pub enum SemanticObjectOffset {}Auto Trait Implementations§
impl Freeze for SemanticObjectOffset
impl RefUnwindSafe for SemanticObjectOffset
impl Send for SemanticObjectOffset
impl Sync for SemanticObjectOffset
impl Unpin for SemanticObjectOffset
impl UnsafeUnpin for SemanticObjectOffset
impl UnwindSafe for SemanticObjectOffset
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