pub struct LLCursorAssignment<Attr> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<Attr> Freeze for LLCursorAssignment<Attr>where
Attr: Freeze,
impl<Attr> RefUnwindSafe for LLCursorAssignment<Attr>where
Attr: RefUnwindSafe,
impl<Attr> Send for LLCursorAssignment<Attr>where
Attr: Send,
impl<Attr> Sync for LLCursorAssignment<Attr>where
Attr: Sync,
impl<Attr> Unpin for LLCursorAssignment<Attr>where
Attr: Unpin,
impl<Attr> UnwindSafe for LLCursorAssignment<Attr>where
Attr: UnwindSafe,
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