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