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