pub struct AndroidPropertyValue {
pub name: String,
pub value: String,
pub serial: u32,
}Fields§
§name: String§value: String§serial: u32Trait Implementations§
Source§impl Clone for AndroidPropertyValue
impl Clone for AndroidPropertyValue
Source§fn clone(&self) -> AndroidPropertyValue
fn clone(&self) -> AndroidPropertyValue
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 moreSource§impl Debug for AndroidPropertyValue
impl Debug for AndroidPropertyValue
impl Eq for AndroidPropertyValue
Source§impl PartialEq for AndroidPropertyValue
impl PartialEq for AndroidPropertyValue
Source§fn eq(&self, other: &AndroidPropertyValue) -> bool
fn eq(&self, other: &AndroidPropertyValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AndroidPropertyValue
Auto Trait Implementations§
impl Freeze for AndroidPropertyValue
impl RefUnwindSafe for AndroidPropertyValue
impl Send for AndroidPropertyValue
impl Sync for AndroidPropertyValue
impl Unpin for AndroidPropertyValue
impl UnsafeUnpin for AndroidPropertyValue
impl UnwindSafe for AndroidPropertyValue
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