Struct nuts_memory::Id
source · pub struct Id(/* private fields */);
Expand description
The id of the memory backend.
Trait Implementations§
source§impl FromStr for Id
impl FromStr for Id
§type Err = ParseIntError
type Err = ParseIntError
The associated error which can be returned from parsing.
impl Copy for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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