pub struct AndroidField { /* private fields */ }
Trait Implementations§
Source§impl Clone for AndroidField
impl Clone for AndroidField
Source§fn clone(&self) -> AndroidField
fn clone(&self) -> AndroidField
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 AndroidField
impl Debug for AndroidField
Source§impl Default for AndroidField
impl Default for AndroidField
Source§fn default() -> AndroidField
fn default() -> AndroidField
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AndroidField
impl RefUnwindSafe for AndroidField
impl Send for AndroidField
impl Sync for AndroidField
impl Unpin for AndroidField
impl UnwindSafe for AndroidField
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