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