pub enum ResolvedNodeVersioningPolicy {
Disabled,
Level0,
Level1 {
hash: NodeVersionHashFn,
},
}Expand description
ResolvedNodeVersioningPolicy variants.
Variants§
Disabled
Disabled variant.
Level0
Level0 variant.
Level1
Level1 variant.
Fields
§
hash: NodeVersionHashFnhash field for Level1.
Trait Implementations§
Source§impl Clone for ResolvedNodeVersioningPolicy
impl Clone for ResolvedNodeVersioningPolicy
Source§fn clone(&self) -> ResolvedNodeVersioningPolicy
fn clone(&self) -> ResolvedNodeVersioningPolicy
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 moreAuto Trait Implementations§
impl Freeze for ResolvedNodeVersioningPolicy
impl !RefUnwindSafe for ResolvedNodeVersioningPolicy
impl !Send for ResolvedNodeVersioningPolicy
impl !Sync for ResolvedNodeVersioningPolicy
impl Unpin for ResolvedNodeVersioningPolicy
impl UnsafeUnpin for ResolvedNodeVersioningPolicy
impl !UnwindSafe for ResolvedNodeVersioningPolicy
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