pub struct EntryNamespace(pub String);Expand description
Backend-allocated routing token for one v2 entry namespace.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EntryNamespace
impl Clone for EntryNamespace
Source§fn clone(&self) -> EntryNamespace
fn clone(&self) -> EntryNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntryNamespace
impl Debug for EntryNamespace
impl Eq for EntryNamespace
Source§impl Ord for EntryNamespace
impl Ord for EntryNamespace
Source§fn cmp(&self, other: &EntryNamespace) -> Ordering
fn cmp(&self, other: &EntryNamespace) -> Ordering
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for EntryNamespace
impl PartialEq for EntryNamespace
Source§impl PartialOrd for EntryNamespace
impl PartialOrd for EntryNamespace
impl StructuralPartialEq for EntryNamespace
Auto Trait Implementations§
impl Freeze for EntryNamespace
impl RefUnwindSafe for EntryNamespace
impl Send for EntryNamespace
impl Sync for EntryNamespace
impl Unpin for EntryNamespace
impl UnsafeUnpin for EntryNamespace
impl UnwindSafe for EntryNamespace
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