pub struct UpdatePageInput {
pub version: Version,
pub title: String,
pub content_type: String,
pub body: Body,
}Expand description
Update page input.
Fields§
§version: Version§title: String§content_type: String§body: BodyImplementations§
Trait Implementations§
Source§impl Clone for UpdatePageInput
impl Clone for UpdatePageInput
Source§fn clone(&self) -> UpdatePageInput
fn clone(&self) -> UpdatePageInput
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 UpdatePageInput
impl Debug for UpdatePageInput
Auto Trait Implementations§
impl Freeze for UpdatePageInput
impl RefUnwindSafe for UpdatePageInput
impl Send for UpdatePageInput
impl Sync for UpdatePageInput
impl Unpin for UpdatePageInput
impl UnwindSafe for UpdatePageInput
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