pub enum RuntimeProvenanceScheme {
Rpv1,
}Variants§
Rpv1
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeProvenanceScheme
impl Clone for RuntimeProvenanceScheme
Source§fn clone(&self) -> RuntimeProvenanceScheme
fn clone(&self) -> RuntimeProvenanceScheme
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 moreimpl Copy for RuntimeProvenanceScheme
Source§impl Debug for RuntimeProvenanceScheme
impl Debug for RuntimeProvenanceScheme
impl Eq for RuntimeProvenanceScheme
Source§impl PartialEq for RuntimeProvenanceScheme
impl PartialEq for RuntimeProvenanceScheme
Source§fn eq(&self, other: &RuntimeProvenanceScheme) -> bool
fn eq(&self, other: &RuntimeProvenanceScheme) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeProvenanceScheme
Auto Trait Implementations§
impl Freeze for RuntimeProvenanceScheme
impl RefUnwindSafe for RuntimeProvenanceScheme
impl Send for RuntimeProvenanceScheme
impl Sync for RuntimeProvenanceScheme
impl Unpin for RuntimeProvenanceScheme
impl UnsafeUnpin for RuntimeProvenanceScheme
impl UnwindSafe for RuntimeProvenanceScheme
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