pub struct DocCreateInitialPage {}
Expand description
DocCreateInitialPage
JSON schema
{
"allOf": [
{
"description": "The contents of the initial page of the doc.",
"type": "object",
"additionalProperties": false
},
{
"$ref": "#/components/schemas/PageCreate"
}
]
}
Trait Implementations§
Source§impl Clone for DocCreateInitialPage
impl Clone for DocCreateInitialPage
Source§fn clone(&self) -> DocCreateInitialPage
fn clone(&self) -> DocCreateInitialPage
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 DocCreateInitialPage
impl Debug for DocCreateInitialPage
Source§impl Default for DocCreateInitialPage
impl Default for DocCreateInitialPage
Source§impl<'de> Deserialize<'de> for DocCreateInitialPage
impl<'de> Deserialize<'de> for DocCreateInitialPage
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 From<&DocCreateInitialPage> for DocCreateInitialPage
impl From<&DocCreateInitialPage> for DocCreateInitialPage
Source§fn from(value: &DocCreateInitialPage) -> Self
fn from(value: &DocCreateInitialPage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DocCreateInitialPage
impl RefUnwindSafe for DocCreateInitialPage
impl Send for DocCreateInitialPage
impl Sync for DocCreateInitialPage
impl Unpin for DocCreateInitialPage
impl UnwindSafe for DocCreateInitialPage
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