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