pub struct IdBuf(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for IdBuf
impl Ord for IdBuf
Source§impl PartialOrd for IdBuf
impl PartialOrd for IdBuf
impl Eq for IdBuf
impl StructuralPartialEq for IdBuf
Auto Trait Implementations§
impl Freeze for IdBuf
impl RefUnwindSafe for IdBuf
impl Send for IdBuf
impl Sync for IdBuf
impl Unpin for IdBuf
impl UnwindSafe for IdBuf
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