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