pub struct MessengerClient { /* private fields */ }
Expand description
MessengerClient is a wrapper around a messenger with a fuse.
Implementations§
Source§impl MessengerClient
impl MessengerClient
Sourcepub fn get_signature(&self) -> Signature
pub fn get_signature(&self) -> Signature
Returns the signature of the client that will handle any sent messages.
Trait Implementations§
Source§impl Clone for MessengerClient
impl Clone for MessengerClient
Source§fn clone(&self) -> MessengerClient
fn clone(&self) -> MessengerClient
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for MessengerClient
impl !RefUnwindSafe for MessengerClient
impl !Send for MessengerClient
impl !Sync for MessengerClient
impl Unpin for MessengerClient
impl !UnwindSafe for MessengerClient
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)