pub enum GraphHashMode {
Strict,
Force,
}Expand description
图变更校验模式。
Variants§
Trait Implementations§
Source§impl Clone for GraphHashMode
impl Clone for GraphHashMode
Source§fn clone(&self) -> GraphHashMode
fn clone(&self) -> GraphHashMode
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 GraphHashMode
Source§impl Debug for GraphHashMode
impl Debug for GraphHashMode
impl Eq for GraphHashMode
Source§impl PartialEq for GraphHashMode
impl PartialEq for GraphHashMode
Source§fn eq(&self, other: &GraphHashMode) -> bool
fn eq(&self, other: &GraphHashMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphHashMode
Auto Trait Implementations§
impl Freeze for GraphHashMode
impl RefUnwindSafe for GraphHashMode
impl Send for GraphHashMode
impl Sync for GraphHashMode
impl Unpin for GraphHashMode
impl UnsafeUnpin for GraphHashMode
impl UnwindSafe for GraphHashMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.