pub struct SetupTransit {
pub token: String,
pub key_name: String,
}Expand description
Message for setting up transit auto-unseal
Fields§
§token: String§key_name: StringTrait Implementations§
Source§impl Clone for SetupTransit
impl Clone for SetupTransit
Source§fn clone(&self) -> SetupTransit
fn clone(&self) -> SetupTransit
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 SetupTransit
impl Debug for SetupTransit
Source§impl Handler<SetupTransit> for VaultActor
impl Handler<SetupTransit> for VaultActor
Source§impl Message for SetupTransit
impl Message for SetupTransit
Auto Trait Implementations§
impl Freeze for SetupTransit
impl RefUnwindSafe for SetupTransit
impl Send for SetupTransit
impl Sync for SetupTransit
impl Unpin for SetupTransit
impl UnsafeUnpin for SetupTransit
impl UnwindSafe for SetupTransit
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