pub struct Alias(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Iden for Alias
Reuses the impl for the underlying str.
impl Iden for Alias
Reuses the impl for the underlying str.
Source§impl Ord for Alias
impl Ord for Alias
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