pub struct OnenotePagePreview {
pub preview_text: String,
pub links: OnenotePagePreviewLinks,
}
Fields§
§preview_text: String
§links: OnenotePagePreviewLinks
Trait Implementations§
Source§impl Clone for OnenotePagePreview
impl Clone for OnenotePagePreview
Source§fn clone(&self) -> OnenotePagePreview
fn clone(&self) -> OnenotePagePreview
Returns a duplicate of the value. Read more
1.0.0 · 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 OnenotePagePreview
impl Debug for OnenotePagePreview
Source§impl<'de> Deserialize<'de> for OnenotePagePreview
impl<'de> Deserialize<'de> for OnenotePagePreview
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
Source§impl PartialEq for OnenotePagePreview
impl PartialEq for OnenotePagePreview
Source§impl Serialize for OnenotePagePreview
impl Serialize for OnenotePagePreview
impl Eq for OnenotePagePreview
impl StructuralPartialEq for OnenotePagePreview
Auto Trait Implementations§
impl Freeze for OnenotePagePreview
impl RefUnwindSafe for OnenotePagePreview
impl Send for OnenotePagePreview
impl Sync for OnenotePagePreview
impl Unpin for OnenotePagePreview
impl UnwindSafe for OnenotePagePreview
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