pub struct MobileFillInfo {
pub selector: String,
pub value: String,
pub note: String,
}Fields§
§selector: String§value: String§note: StringTrait Implementations§
Source§impl Clone for MobileFillInfo
impl Clone for MobileFillInfo
Source§fn clone(&self) -> MobileFillInfo
fn clone(&self) -> MobileFillInfo
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 MobileFillInfo
impl Debug for MobileFillInfo
Source§impl<'de> Deserialize<'de> for MobileFillInfo
impl<'de> Deserialize<'de> for MobileFillInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MobileFillInfo
Source§impl PartialEq for MobileFillInfo
impl PartialEq for MobileFillInfo
Source§impl Serialize for MobileFillInfo
impl Serialize for MobileFillInfo
impl StructuralPartialEq for MobileFillInfo
Auto Trait Implementations§
impl Freeze for MobileFillInfo
impl RefUnwindSafe for MobileFillInfo
impl Send for MobileFillInfo
impl Sync for MobileFillInfo
impl Unpin for MobileFillInfo
impl UnsafeUnpin for MobileFillInfo
impl UnwindSafe for MobileFillInfo
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