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