pub struct MobileTextInfo {
pub selector: String,
pub text: String,
pub note: String,
}Fields§
§selector: String§text: String§note: StringTrait Implementations§
Source§impl Clone for MobileTextInfo
impl Clone for MobileTextInfo
Source§fn clone(&self) -> MobileTextInfo
fn clone(&self) -> MobileTextInfo
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 MobileTextInfo
impl Debug for MobileTextInfo
Source§impl<'de> Deserialize<'de> for MobileTextInfo
impl<'de> Deserialize<'de> for MobileTextInfo
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 MobileTextInfo
Source§impl PartialEq for MobileTextInfo
impl PartialEq for MobileTextInfo
Source§impl Serialize for MobileTextInfo
impl Serialize for MobileTextInfo
impl StructuralPartialEq for MobileTextInfo
Auto Trait Implementations§
impl Freeze for MobileTextInfo
impl RefUnwindSafe for MobileTextInfo
impl Send for MobileTextInfo
impl Sync for MobileTextInfo
impl Unpin for MobileTextInfo
impl UnsafeUnpin for MobileTextInfo
impl UnwindSafe for MobileTextInfo
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