pub struct NonEmptyString(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NonEmptyString
impl Clone for NonEmptyString
Source§fn clone(&self) -> NonEmptyString
fn clone(&self) -> NonEmptyString
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 NonEmptyString
impl Debug for NonEmptyString
Source§impl Hash for NonEmptyString
impl Hash for NonEmptyString
Source§impl PartialEq for NonEmptyString
impl PartialEq for NonEmptyString
impl Eq for NonEmptyString
impl StructuralPartialEq for NonEmptyString
Auto Trait Implementations§
impl Freeze for NonEmptyString
impl RefUnwindSafe for NonEmptyString
impl Send for NonEmptyString
impl Sync for NonEmptyString
impl Unpin for NonEmptyString
impl UnsafeUnpin for NonEmptyString
impl UnwindSafe for NonEmptyString
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