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