pub struct LinkName(/* private fields */);Expand description
Validation model link name.
Implementations§
Trait Implementations§
Source§impl Ord for LinkName
impl Ord for LinkName
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 LinkName
impl PartialOrd for LinkName
impl Eq for LinkName
impl StructuralPartialEq for LinkName
Auto Trait Implementations§
impl Freeze for LinkName
impl RefUnwindSafe for LinkName
impl Send for LinkName
impl Sync for LinkName
impl Unpin for LinkName
impl UnsafeUnpin for LinkName
impl UnwindSafe for LinkName
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