pub enum SnapshotCreateParts<'b> {
RepositorySnapshot(&'b str, &'b str),
}
Expand description
API parts for the Snapshot Create API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for SnapshotCreateParts<'b>
impl<'b> Clone for SnapshotCreateParts<'b>
Source§fn clone(&self) -> SnapshotCreateParts<'b>
fn clone(&self) -> SnapshotCreateParts<'b>
Returns a copy 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<'b> Debug for SnapshotCreateParts<'b>
impl<'b> Debug for SnapshotCreateParts<'b>
Source§impl<'b> PartialEq for SnapshotCreateParts<'b>
impl<'b> PartialEq for SnapshotCreateParts<'b>
impl<'b> Eq for SnapshotCreateParts<'b>
impl<'b> StructuralPartialEq for SnapshotCreateParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for SnapshotCreateParts<'b>
impl<'b> RefUnwindSafe for SnapshotCreateParts<'b>
impl<'b> Send for SnapshotCreateParts<'b>
impl<'b> Sync for SnapshotCreateParts<'b>
impl<'b> Unpin for SnapshotCreateParts<'b>
impl<'b> UnwindSafe for SnapshotCreateParts<'b>
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