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