pub struct AnchorPersistStateANDROID(/* private fields */);Expand description
Implementations§
Source§impl AnchorPersistStateANDROID
impl AnchorPersistStateANDROID
Sourcepub const PERSIST_NOT_REQUESTED: AnchorPersistStateANDROID
pub const PERSIST_NOT_REQUESTED: AnchorPersistStateANDROID
Anchor has not been requested to be persisted by the app.
Sourcepub const PERSIST_PENDING: AnchorPersistStateANDROID
pub const PERSIST_PENDING: AnchorPersistStateANDROID
Anchor has been requested to be persisted but not persisted yet.
Sourcepub const PERSISTED: AnchorPersistStateANDROID
pub const PERSISTED: AnchorPersistStateANDROID
Anchor has been successfully persisted by the runtime.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for AnchorPersistStateANDROID
impl Clone for AnchorPersistStateANDROID
Source§fn clone(&self) -> AnchorPersistStateANDROID
fn clone(&self) -> AnchorPersistStateANDROID
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 AnchorPersistStateANDROID
impl Debug for AnchorPersistStateANDROID
Source§impl Default for AnchorPersistStateANDROID
impl Default for AnchorPersistStateANDROID
Source§fn default() -> AnchorPersistStateANDROID
fn default() -> AnchorPersistStateANDROID
Returns the “default value” for a type. Read more
impl Copy for AnchorPersistStateANDROID
impl Eq for AnchorPersistStateANDROID
impl StructuralPartialEq for AnchorPersistStateANDROID
Auto Trait Implementations§
impl Freeze for AnchorPersistStateANDROID
impl RefUnwindSafe for AnchorPersistStateANDROID
impl Send for AnchorPersistStateANDROID
impl Sync for AnchorPersistStateANDROID
impl Unpin for AnchorPersistStateANDROID
impl UnwindSafe for AnchorPersistStateANDROID
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