pub struct SenderName(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for SenderName
impl Clone for SenderName
Source§fn clone(&self) -> SenderName
fn clone(&self) -> SenderName
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 SenderName
impl Debug for SenderName
Source§impl PartialEq for SenderName
impl PartialEq for SenderName
impl Eq for SenderName
impl StructuralPartialEq for SenderName
Auto Trait Implementations§
impl Freeze for SenderName
impl RefUnwindSafe for SenderName
impl Send for SenderName
impl Sync for SenderName
impl Unpin for SenderName
impl UnwindSafe for SenderName
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