pub struct UsesNode { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for UsesNode
impl StructuralPartialEq for UsesNode
Auto Trait Implementations§
impl Freeze for UsesNode
impl !RefUnwindSafe for UsesNode
impl !Send for UsesNode
impl !Sync for UsesNode
impl Unpin for UsesNode
impl !UnwindSafe for UsesNode
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