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