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