pub struct SystemAndroidPropertyStore;Trait Implementations§
Source§impl Clone for SystemAndroidPropertyStore
impl Clone for SystemAndroidPropertyStore
Source§fn clone(&self) -> SystemAndroidPropertyStore
fn clone(&self) -> SystemAndroidPropertyStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemAndroidPropertyStore
Source§impl Debug for SystemAndroidPropertyStore
impl Debug for SystemAndroidPropertyStore
Source§impl Default for SystemAndroidPropertyStore
impl Default for SystemAndroidPropertyStore
Source§fn default() -> SystemAndroidPropertyStore
fn default() -> SystemAndroidPropertyStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemAndroidPropertyStore
impl RefUnwindSafe for SystemAndroidPropertyStore
impl Send for SystemAndroidPropertyStore
impl Sync for SystemAndroidPropertyStore
impl Unpin for SystemAndroidPropertyStore
impl UnsafeUnpin for SystemAndroidPropertyStore
impl UnwindSafe for SystemAndroidPropertyStore
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