pub struct SourceRelativeLocatorV1(/* private fields */);Expand description
Validated bounded exact relative locator spelling.
Implementations§
Trait Implementations§
Source§impl Clone for SourceRelativeLocatorV1
impl Clone for SourceRelativeLocatorV1
Source§fn clone(&self) -> SourceRelativeLocatorV1
fn clone(&self) -> SourceRelativeLocatorV1
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 SourceRelativeLocatorV1
impl Debug for SourceRelativeLocatorV1
impl Eq for SourceRelativeLocatorV1
Source§impl Ord for SourceRelativeLocatorV1
impl Ord for SourceRelativeLocatorV1
Source§fn cmp(&self, other: &SourceRelativeLocatorV1) -> Ordering
fn cmp(&self, other: &SourceRelativeLocatorV1) -> 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
Source§impl PartialEq for SourceRelativeLocatorV1
impl PartialEq for SourceRelativeLocatorV1
Source§impl PartialOrd for SourceRelativeLocatorV1
impl PartialOrd for SourceRelativeLocatorV1
impl StructuralPartialEq for SourceRelativeLocatorV1
Auto Trait Implementations§
impl Freeze for SourceRelativeLocatorV1
impl RefUnwindSafe for SourceRelativeLocatorV1
impl Send for SourceRelativeLocatorV1
impl Sync for SourceRelativeLocatorV1
impl Unpin for SourceRelativeLocatorV1
impl UnsafeUnpin for SourceRelativeLocatorV1
impl UnwindSafe for SourceRelativeLocatorV1
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