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