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