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