pub struct OwnerRecoveryNodeBody {
pub store_root_hash: ObjectHash,
pub recovery_id: DeviceRecoveryId,
pub owner_pubkey: String,
pub owner_grant: MembershipGrantId,
pub sequence: u64,
pub membership: StoreMembershipStateRef,
pub predecessor: Option<OwnerRecoveryNodeRef>,
pub readiness: DeviceRecoveryReadiness,
pub next_slot: ObjectSlot,
}Fields§
§store_root_hash: ObjectHash§recovery_id: DeviceRecoveryId§owner_pubkey: String§owner_grant: MembershipGrantId§sequence: u64§membership: StoreMembershipStateRef§predecessor: Option<OwnerRecoveryNodeRef>§readiness: DeviceRecoveryReadiness§next_slot: ObjectSlotTrait Implementations§
Source§impl Clone for OwnerRecoveryNodeBody
impl Clone for OwnerRecoveryNodeBody
Source§fn clone(&self) -> OwnerRecoveryNodeBody
fn clone(&self) -> OwnerRecoveryNodeBody
Returns a duplicate of the value. Read more
1.0.0 · 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 OwnerRecoveryNodeBody
impl Debug for OwnerRecoveryNodeBody
Source§impl<'de> Deserialize<'de> for OwnerRecoveryNodeBody
impl<'de> Deserialize<'de> for OwnerRecoveryNodeBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OwnerRecoveryNodeBody
impl PartialEq for OwnerRecoveryNodeBody
Source§impl Serialize for OwnerRecoveryNodeBody
impl Serialize for OwnerRecoveryNodeBody
Source§impl SignedBody for OwnerRecoveryNodeBody
impl SignedBody for OwnerRecoveryNodeBody
impl Eq for OwnerRecoveryNodeBody
impl StructuralPartialEq for OwnerRecoveryNodeBody
Auto Trait Implementations§
impl Freeze for OwnerRecoveryNodeBody
impl RefUnwindSafe for OwnerRecoveryNodeBody
impl Send for OwnerRecoveryNodeBody
impl Sync for OwnerRecoveryNodeBody
impl Unpin for OwnerRecoveryNodeBody
impl UnsafeUnpin for OwnerRecoveryNodeBody
impl UnwindSafe for OwnerRecoveryNodeBody
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.