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