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