pub struct SnapshotInstallCapability {
pub features: BTreeSet<SnapshotInstallFeature>,
}Expand description
Explicit local adapter snapshot capabilities.
Fields§
§features: BTreeSet<SnapshotInstallFeature>Implementations§
Trait Implementations§
Source§impl Clone for SnapshotInstallCapability
impl Clone for SnapshotInstallCapability
Source§fn clone(&self) -> SnapshotInstallCapability
fn clone(&self) -> SnapshotInstallCapability
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 SnapshotInstallCapability
impl Debug for SnapshotInstallCapability
Source§impl Default for SnapshotInstallCapability
impl Default for SnapshotInstallCapability
Source§fn default() -> SnapshotInstallCapability
fn default() -> SnapshotInstallCapability
Returns the “default value” for a type. Read more
impl Eq for SnapshotInstallCapability
impl StructuralPartialEq for SnapshotInstallCapability
Auto Trait Implementations§
impl Freeze for SnapshotInstallCapability
impl RefUnwindSafe for SnapshotInstallCapability
impl Send for SnapshotInstallCapability
impl Sync for SnapshotInstallCapability
impl Unpin for SnapshotInstallCapability
impl UnsafeUnpin for SnapshotInstallCapability
impl UnwindSafe for SnapshotInstallCapability
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