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