pub struct MailSignal(/* private fields */);Expand description
The signal a client pings when mail may be waiting; see
Client::mail. Cheap to clone and hold apart from the client.
Implementations§
Source§impl MailSignal
impl MailSignal
Trait Implementations§
Source§impl Clone for MailSignal
impl Clone for MailSignal
Source§fn clone(&self) -> MailSignal
fn clone(&self) -> MailSignal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MailSignal
impl RefUnwindSafe for MailSignal
impl Send for MailSignal
impl Sync for MailSignal
impl Unpin for MailSignal
impl UnsafeUnpin for MailSignal
impl UnwindSafe for MailSignal
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