pub struct AndroidProperty { /* private fields */ }
Expand description
A struct representing android properties
This struct consists from a name-value pair
Implementations§
Source§impl AndroidProperty
impl AndroidProperty
Sourcepub fn new(name: &str) -> Self
pub fn new(name: &str) -> Self
Initializes and returns struct representing android properties
Examples found in repository?
More examples
Trait Implementations§
Source§impl Debug for AndroidProperty
impl Debug for AndroidProperty
Auto Trait Implementations§
impl Freeze for AndroidProperty
impl RefUnwindSafe for AndroidProperty
impl !Send for AndroidProperty
impl !Sync for AndroidProperty
impl Unpin for AndroidProperty
impl UnwindSafe for AndroidProperty
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