pub struct Indices {
pub indices: Vec<RefineArg>,
pub span: Span,
}Fields§
§indices: Vec<RefineArg>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl DynSend for Indices
impl DynSync for Indices
impl Freeze for Indices
impl RefUnwindSafe for Indices
impl Send for Indices
impl Sync for Indices
impl Unpin for Indices
impl UnsafeUnpin for Indices
impl UnwindSafe for Indices
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more