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