pub struct DirtyFlags(/* private fields */);Implementations§
Source§impl DirtyFlags
impl DirtyFlags
Trait Implementations§
Source§impl Clone for DirtyFlags
impl Clone for DirtyFlags
Source§fn clone(&self) -> DirtyFlags
fn clone(&self) -> DirtyFlags
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 DirtyFlags
impl Debug for DirtyFlags
Source§impl Default for DirtyFlags
impl Default for DirtyFlags
Source§fn default() -> DirtyFlags
fn default() -> DirtyFlags
Returns the “default value” for a type. Read more
Source§impl Ord for DirtyFlags
impl Ord for DirtyFlags
Source§fn cmp(&self, other: &DirtyFlags) -> Ordering
fn cmp(&self, other: &DirtyFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DirtyFlags
impl PartialEq for DirtyFlags
Source§impl PartialOrd for DirtyFlags
impl PartialOrd for DirtyFlags
impl Copy for DirtyFlags
impl Eq for DirtyFlags
impl StructuralPartialEq for DirtyFlags
Auto Trait Implementations§
impl Freeze for DirtyFlags
impl RefUnwindSafe for DirtyFlags
impl Send for DirtyFlags
impl Sync for DirtyFlags
impl Unpin for DirtyFlags
impl UnwindSafe for DirtyFlags
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