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