pub struct CycleId(pub String);Tuple Fields§
§0: StringTrait Implementations§
impl Eq for CycleId
Source§impl Ord for CycleId
impl Ord for CycleId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CycleId
impl PartialOrd for CycleId
impl StructuralPartialEq for CycleId
Auto Trait Implementations§
impl Freeze for CycleId
impl RefUnwindSafe for CycleId
impl Send for CycleId
impl Sync for CycleId
impl Unpin for CycleId
impl UnsafeUnpin for CycleId
impl UnwindSafe for CycleId
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