pub struct DefaultId(/* private fields */);
Expand description
a default plain string id implementation
Implementations§
Trait Implementations§
Source§impl ParsableId for DefaultId
impl ParsableId for DefaultId
impl Eq for DefaultId
impl Id for DefaultId
impl StructuralPartialEq for DefaultId
Auto Trait Implementations§
impl Freeze for DefaultId
impl RefUnwindSafe for DefaultId
impl Send for DefaultId
impl Sync for DefaultId
impl Unpin for DefaultId
impl UnwindSafe for DefaultId
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