pub struct AdminCreateDocsSectionBodyPositionSubtype4Slot {
pub subtype_0: Option<String>,
pub subtype_1: Option<String>,
}Expand description
AdminCreateDocsSectionBodyPositionSubtype4Slot
JSON schema
{
"anyOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}Fields§
§subtype_0: Option<String>§subtype_1: Option<String>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<'de> Deserialize<'de> for AdminCreateDocsSectionBodyPositionSubtype4Slot
impl<'de> Deserialize<'de> for AdminCreateDocsSectionBodyPositionSubtype4Slot
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<&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 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