pub struct WriteEnabled;Expand description
Traversal containing write operations.
Trait Implementations§
Source§impl Clone for WriteEnabled
impl Clone for WriteEnabled
Source§fn clone(&self) -> WriteEnabled
fn clone(&self) -> WriteEnabled
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 WriteEnabled
Source§impl Debug for WriteEnabled
impl Debug for WriteEnabled
impl Eq for WriteEnabled
impl MutationMode for WriteEnabled
Source§impl PartialEq for WriteEnabled
impl PartialEq for WriteEnabled
impl StructuralPartialEq for WriteEnabled
Auto Trait Implementations§
impl Freeze for WriteEnabled
impl RefUnwindSafe for WriteEnabled
impl Send for WriteEnabled
impl Sync for WriteEnabled
impl Unpin for WriteEnabled
impl UnsafeUnpin for WriteEnabled
impl UnwindSafe for WriteEnabled
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.