pub struct DeviceAnchorPersistenceANDROID(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for DeviceAnchorPersistenceANDROID
impl Clone for DeviceAnchorPersistenceANDROID
Source§fn clone(&self) -> DeviceAnchorPersistenceANDROID
fn clone(&self) -> DeviceAnchorPersistenceANDROID
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 PartialEq for DeviceAnchorPersistenceANDROID
impl PartialEq for DeviceAnchorPersistenceANDROID
Source§fn eq(&self, other: &DeviceAnchorPersistenceANDROID) -> bool
fn eq(&self, other: &DeviceAnchorPersistenceANDROID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DeviceAnchorPersistenceANDROID
impl Eq for DeviceAnchorPersistenceANDROID
impl StructuralPartialEq for DeviceAnchorPersistenceANDROID
Auto Trait Implementations§
impl Freeze for DeviceAnchorPersistenceANDROID
impl RefUnwindSafe for DeviceAnchorPersistenceANDROID
impl Send for DeviceAnchorPersistenceANDROID
impl Sync for DeviceAnchorPersistenceANDROID
impl Unpin for DeviceAnchorPersistenceANDROID
impl UnwindSafe for DeviceAnchorPersistenceANDROID
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