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