pub struct OwnerConflictResolutionAcceptanceBody {
pub store_root_hash: ObjectHash,
pub owner_grant: MembershipGrantId,
pub owner_registration: StoreDeviceRegistrationRef,
pub provider: ProviderDeviceBinding,
pub membership: GrantStreamAnchor,
pub recovery: GrantStreamAnchor,
pub device_state: StoreDeviceStateRef,
}Expand description
The wire body of an owner’s acceptance of a resolved conflict. Every field here is signed.
Fields§
§store_root_hash: ObjectHash§owner_grant: MembershipGrantId§owner_registration: StoreDeviceRegistrationRef§provider: ProviderDeviceBinding§membership: GrantStreamAnchor§recovery: GrantStreamAnchor§device_state: StoreDeviceStateRefTrait Implementations§
Source§impl Clone for OwnerConflictResolutionAcceptanceBody
impl Clone for OwnerConflictResolutionAcceptanceBody
Source§fn clone(&self) -> OwnerConflictResolutionAcceptanceBody
fn clone(&self) -> OwnerConflictResolutionAcceptanceBody
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<'de> Deserialize<'de> for OwnerConflictResolutionAcceptanceBody
impl<'de> Deserialize<'de> for OwnerConflictResolutionAcceptanceBody
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 OwnerConflictResolutionAcceptanceBody
impl PartialEq for OwnerConflictResolutionAcceptanceBody
Source§fn eq(&self, other: &OwnerConflictResolutionAcceptanceBody) -> bool
fn eq(&self, other: &OwnerConflictResolutionAcceptanceBody) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OwnerConflictResolutionAcceptanceBody
impl StructuralPartialEq for OwnerConflictResolutionAcceptanceBody
Auto Trait Implementations§
impl Freeze for OwnerConflictResolutionAcceptanceBody
impl RefUnwindSafe for OwnerConflictResolutionAcceptanceBody
impl Send for OwnerConflictResolutionAcceptanceBody
impl Sync for OwnerConflictResolutionAcceptanceBody
impl Unpin for OwnerConflictResolutionAcceptanceBody
impl UnsafeUnpin for OwnerConflictResolutionAcceptanceBody
impl UnwindSafe for OwnerConflictResolutionAcceptanceBody
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.