Struct datamodel_renderer::datamodel::IndexOps
source · pub struct IndexOps<'a>(/* private fields */);
Expand description
Index field operator definition.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for IndexOps<'a>
impl<'a> Send for IndexOps<'a>
impl<'a> Sync for IndexOps<'a>
impl<'a> Unpin for IndexOps<'a>
impl<'a> UnwindSafe for IndexOps<'a>
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