pub struct PreviewPageBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PreviewPageBody
impl Clone for PreviewPageBody
Source§fn clone(&self) -> PreviewPageBody
fn clone(&self) -> PreviewPageBody
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 PreviewPageBody
impl Debug for PreviewPageBody
Source§impl Default for PreviewPageBody
impl Default for PreviewPageBody
Source§impl From<PreviewPageBody> for PreviewPageBody
impl From<PreviewPageBody> for PreviewPageBody
Source§fn from(value: PreviewPageBody) -> Self
fn from(value: PreviewPageBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PreviewPageBody> for PreviewPageBody
impl TryFrom<PreviewPageBody> for PreviewPageBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PreviewPageBody) -> Result<Self, ConversionError>
fn try_from(value: PreviewPageBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PreviewPageBody
impl RefUnwindSafe for PreviewPageBody
impl Send for PreviewPageBody
impl Sync for PreviewPageBody
impl Unpin for PreviewPageBody
impl UnsafeUnpin for PreviewPageBody
impl UnwindSafe for PreviewPageBody
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