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