pub struct GuardrailName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for GuardrailName
impl AsRef<str> for GuardrailName
Source§impl Clone for GuardrailName
impl Clone for GuardrailName
Source§fn clone(&self) -> GuardrailName
fn clone(&self) -> GuardrailName
Returns a duplicate of the value. Read more
1.0.0 · 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 GuardrailName
impl Debug for GuardrailName
Source§impl Display for GuardrailName
impl Display for GuardrailName
Source§impl FromStr for GuardrailName
impl FromStr for GuardrailName
Source§impl Hash for GuardrailName
impl Hash for GuardrailName
Source§impl Ord for GuardrailName
impl Ord for GuardrailName
Source§fn cmp(&self, other: &GuardrailName) -> Ordering
fn cmp(&self, other: &GuardrailName) -> Ordering
1.21.0 · 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 GuardrailName
impl PartialEq for GuardrailName
Source§impl PartialOrd for GuardrailName
impl PartialOrd for GuardrailName
Source§impl TryFrom<&str> for GuardrailName
impl TryFrom<&str> for GuardrailName
impl Eq for GuardrailName
impl StructuralPartialEq for GuardrailName
Auto Trait Implementations§
impl Freeze for GuardrailName
impl RefUnwindSafe for GuardrailName
impl Send for GuardrailName
impl Sync for GuardrailName
impl Unpin for GuardrailName
impl UnsafeUnpin for GuardrailName
impl UnwindSafe for GuardrailName
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