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