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