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