pub struct Alias(pub String);
Expand description
Tuple Fieldsยง
ยง0: String
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Iden for Alias
impl Iden for Alias
Sourceยงimpl Ord for Alias
impl Ord for Alias
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 PartialOrd for Alias
impl PartialOrd for Alias
impl Eq for Alias
impl StructuralPartialEq for Alias
Auto Trait Implementationsยง
impl Freeze for Alias
impl RefUnwindSafe for Alias
impl Send for Alias
impl Sync for Alias
impl Unpin for Alias
impl UnwindSafe for Alias
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