pub struct ResetAuthorization {
pub approver_a: String,
pub approver_b: String,
}Expand description
Two-person authorization required to ClusterKillSwitch::reset.
Fields§
§approver_a: String§approver_b: StringTrait Implementations§
Source§impl Clone for ResetAuthorization
impl Clone for ResetAuthorization
Source§fn clone(&self) -> ResetAuthorization
fn clone(&self) -> ResetAuthorization
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 moreAuto Trait Implementations§
impl Freeze for ResetAuthorization
impl RefUnwindSafe for ResetAuthorization
impl Send for ResetAuthorization
impl Sync for ResetAuthorization
impl Unpin for ResetAuthorization
impl UnsafeUnpin for ResetAuthorization
impl UnwindSafe for ResetAuthorization
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