pub struct GetCurrentAddress;Trait Implementations§
Source§impl Clone for GetCurrentAddress
impl Clone for GetCurrentAddress
Source§fn clone(&self) -> GetCurrentAddress
fn clone(&self) -> GetCurrentAddress
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 moreSource§impl Debug for GetCurrentAddress
impl Debug for GetCurrentAddress
Source§impl Handler<GetCurrentAddress> for VaultActor
impl Handler<GetCurrentAddress> for VaultActor
Source§impl Message for GetCurrentAddress
impl Message for GetCurrentAddress
Auto Trait Implementations§
impl Freeze for GetCurrentAddress
impl RefUnwindSafe for GetCurrentAddress
impl Send for GetCurrentAddress
impl Sync for GetCurrentAddress
impl Unpin for GetCurrentAddress
impl UnsafeUnpin for GetCurrentAddress
impl UnwindSafe for GetCurrentAddress
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