pub struct DurableFounderGraph {
pub root: ExactProtocolObject<StoreProtocolRoot>,
pub registration: ExactProtocolObject<StoreDeviceRegistration>,
pub initial_ack: ExactProtocolObject<StoreAck>,
pub initial_ack_ref: StoreAckRef,
pub membership: DurableFounderMembership,
pub registration_state: LocalDeviceRegistrationState,
}Fields§
§root: ExactProtocolObject<StoreProtocolRoot>§registration: ExactProtocolObject<StoreDeviceRegistration>§initial_ack: ExactProtocolObject<StoreAck>§initial_ack_ref: StoreAckRef§membership: DurableFounderMembership§registration_state: LocalDeviceRegistrationStateImplementations§
Trait Implementations§
Source§impl Clone for DurableFounderGraph
impl Clone for DurableFounderGraph
Source§fn clone(&self) -> DurableFounderGraph
fn clone(&self) -> DurableFounderGraph
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 moreAuto Trait Implementations§
impl !Freeze for DurableFounderGraph
impl RefUnwindSafe for DurableFounderGraph
impl Send for DurableFounderGraph
impl Sync for DurableFounderGraph
impl Unpin for DurableFounderGraph
impl UnsafeUnpin for DurableFounderGraph
impl UnwindSafe for DurableFounderGraph
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