pub enum SnapshotGetFeaturesParts {
None,
}
Expand description
API parts for the Snapshot Get Features API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SnapshotGetFeaturesParts
impl Clone for SnapshotGetFeaturesParts
Source§fn clone(&self) -> SnapshotGetFeaturesParts
fn clone(&self) -> SnapshotGetFeaturesParts
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 SnapshotGetFeaturesParts
impl Debug for SnapshotGetFeaturesParts
Source§impl PartialEq for SnapshotGetFeaturesParts
impl PartialEq for SnapshotGetFeaturesParts
impl StructuralPartialEq for SnapshotGetFeaturesParts
Auto Trait Implementations§
impl Freeze for SnapshotGetFeaturesParts
impl RefUnwindSafe for SnapshotGetFeaturesParts
impl Send for SnapshotGetFeaturesParts
impl Sync for SnapshotGetFeaturesParts
impl Unpin for SnapshotGetFeaturesParts
impl UnwindSafe for SnapshotGetFeaturesParts
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