pub struct PageDraftResponse {
pub page: Page,
}Expand description
Page draft create, update, and publish response envelope.
Fields§
§page: PageTrait Implementations§
Source§impl Clone for PageDraftResponse
impl Clone for PageDraftResponse
Source§fn clone(&self) -> PageDraftResponse
fn clone(&self) -> PageDraftResponse
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 PageDraftResponse
impl Debug for PageDraftResponse
Source§impl<'de> Deserialize<'de> for PageDraftResponse
impl<'de> Deserialize<'de> for PageDraftResponse
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
Auto Trait Implementations§
impl Freeze for PageDraftResponse
impl RefUnwindSafe for PageDraftResponse
impl Send for PageDraftResponse
impl Sync for PageDraftResponse
impl Unpin for PageDraftResponse
impl UnsafeUnpin for PageDraftResponse
impl UnwindSafe for PageDraftResponse
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