pub enum PageUpdateContentUpdate {}
Expand description
PageUpdateContentUpdate
JSON schema
{
"allOf": [
{
"description": "Content with which to update an existing page.",
"type": "object",
"additionalProperties": false
},
{
"$ref": "#/components/schemas/PageContentUpdate"
}
]
}
Trait Implementations§
Source§impl Clone for PageUpdateContentUpdate
impl Clone for PageUpdateContentUpdate
Source§fn clone(&self) -> PageUpdateContentUpdate
fn clone(&self) -> PageUpdateContentUpdate
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 PageUpdateContentUpdate
impl Debug for PageUpdateContentUpdate
Source§impl<'de> Deserialize<'de> for PageUpdateContentUpdate
impl<'de> Deserialize<'de> for PageUpdateContentUpdate
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<&PageUpdateContentUpdate> for PageUpdateContentUpdate
impl From<&PageUpdateContentUpdate> for PageUpdateContentUpdate
Source§fn from(value: &PageUpdateContentUpdate) -> Self
fn from(value: &PageUpdateContentUpdate) -> Self
Converts to this type from the input type.
Source§impl Hash for PageUpdateContentUpdate
impl Hash for PageUpdateContentUpdate
Source§impl Ord for PageUpdateContentUpdate
impl Ord for PageUpdateContentUpdate
Source§fn cmp(&self, other: &PageUpdateContentUpdate) -> Ordering
fn cmp(&self, other: &PageUpdateContentUpdate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PageUpdateContentUpdate
impl PartialEq for PageUpdateContentUpdate
Source§impl PartialOrd for PageUpdateContentUpdate
impl PartialOrd for PageUpdateContentUpdate
Source§impl Serialize for PageUpdateContentUpdate
impl Serialize for PageUpdateContentUpdate
impl Copy for PageUpdateContentUpdate
impl Eq for PageUpdateContentUpdate
impl StructuralPartialEq for PageUpdateContentUpdate
Auto Trait Implementations§
impl Freeze for PageUpdateContentUpdate
impl RefUnwindSafe for PageUpdateContentUpdate
impl Send for PageUpdateContentUpdate
impl Sync for PageUpdateContentUpdate
impl Unpin for PageUpdateContentUpdate
impl UnwindSafe for PageUpdateContentUpdate
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