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