pub struct SetupRoot {
pub addr: String,
pub secret_shares: u8,
pub secret_threshold: u8,
pub key_name: String,
}Fields§
§addr: String§secret_threshold: u8§key_name: StringTrait Implementations§
Source§impl Handler<SetupRoot> for VaultActor
impl Handler<SetupRoot> for VaultActor
Auto Trait Implementations§
impl Freeze for SetupRoot
impl RefUnwindSafe for SetupRoot
impl Send for SetupRoot
impl Sync for SetupRoot
impl Unpin for SetupRoot
impl UnsafeUnpin for SetupRoot
impl UnwindSafe for SetupRoot
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