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