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