pub struct AdminUpdateDocsSectionBodyPositionSubtype4Slot {
pub subtype_0: Option<String>,
pub subtype_1: Option<String>,
}Expand description
AdminUpdateDocsSectionBodyPositionSubtype4Slot
JSON schema
{
"anyOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}Fields§
§subtype_0: Option<String>§subtype_1: Option<String>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<'de> Deserialize<'de> for AdminUpdateDocsSectionBodyPositionSubtype4Slot
impl<'de> Deserialize<'de> for AdminUpdateDocsSectionBodyPositionSubtype4Slot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§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 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