Enum nu_engine::StringOrBinary
source · [−]Variants
String(String)
Binary(Vec<u8>)
Trait Implementations
sourceimpl Debug for StringOrBinary
impl Debug for StringOrBinary
sourceimpl PartialEq<StringOrBinary> for StringOrBinary
impl PartialEq<StringOrBinary> for StringOrBinary
sourcefn eq(&self, other: &StringOrBinary) -> bool
fn eq(&self, other: &StringOrBinary) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &StringOrBinary) -> bool
fn ne(&self, other: &StringOrBinary) -> bool
This method tests for !=.
impl Eq for StringOrBinary
impl StructuralEq for StringOrBinary
impl StructuralPartialEq for StringOrBinary
Auto Trait Implementations
impl RefUnwindSafe for StringOrBinary
impl Send for StringOrBinary
impl Sync for StringOrBinary
impl Unpin for StringOrBinary
impl UnwindSafe for StringOrBinary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcepub fn equivalent(&self, key: &K) -> bool
pub fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.