pub enum TransformKind {
Ref(Mutability),
Unwrap,
}Variants§
Implementations§
Source§impl TransformKind
impl TransformKind
pub fn all() -> &'static [TransformKind]
Trait Implementations§
Source§impl Clone for TransformKind
impl Clone for TransformKind
Source§fn clone(&self) -> TransformKind
fn clone(&self) -> TransformKind
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 moreSource§impl Debug for TransformKind
impl Debug for TransformKind
Source§impl Display for TransformKind
impl Display for TransformKind
Source§impl Hash for TransformKind
impl Hash for TransformKind
Source§impl PartialEq for TransformKind
impl PartialEq for TransformKind
impl Copy for TransformKind
impl Eq for TransformKind
impl StructuralPartialEq for TransformKind
Auto Trait Implementations§
impl Freeze for TransformKind
impl RefUnwindSafe for TransformKind
impl Send for TransformKind
impl Sync for TransformKind
impl Unpin for TransformKind
impl UnwindSafe for TransformKind
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.