pub struct ScopePath(/* private fields */);Expand description
层级范围路径,例如 agent/123/store/456。
Implementations§
Trait Implementations§
Source§impl Ord for ScopePath
impl Ord for ScopePath
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 ScopePath
impl PartialOrd for ScopePath
impl Eq for ScopePath
impl StructuralPartialEq for ScopePath
Auto Trait Implementations§
impl Freeze for ScopePath
impl RefUnwindSafe for ScopePath
impl Send for ScopePath
impl Sync for ScopePath
impl Unpin for ScopePath
impl UnsafeUnpin for ScopePath
impl UnwindSafe for ScopePath
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