pub struct StoreOwnerAnchor { /* private fields */ }Implementations§
Source§impl StoreOwnerAnchor
impl StoreOwnerAnchor
pub fn new( root_reference: StoreRootRef, root: VerifiedObject<StoreProtocolRoot>, founder_reference: StoreDeviceRegistrationRef, founder: VerifiedObject<StoreDeviceRegistration>, ) -> Result<Self, DbError>
Trait Implementations§
Source§impl Clone for StoreOwnerAnchor
impl Clone for StoreOwnerAnchor
Source§fn clone(&self) -> StoreOwnerAnchor
fn clone(&self) -> StoreOwnerAnchor
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 StoreOwnerAnchor
impl RefUnwindSafe for StoreOwnerAnchor
impl Send for StoreOwnerAnchor
impl Sync for StoreOwnerAnchor
impl Unpin for StoreOwnerAnchor
impl UnsafeUnpin for StoreOwnerAnchor
impl UnwindSafe for StoreOwnerAnchor
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