pub struct NameType(_);
Expand description
An identifier of a session name type.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameType
impl Send for NameType
impl Sync for NameType
impl Unpin for NameType
impl UnwindSafe for NameType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more