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