pub struct OnscreenDirtyClosure(/* private fields */);Trait Implementations§
Source§impl Clone for OnscreenDirtyClosure
impl Clone for OnscreenDirtyClosure
Source§fn clone(&self) -> OnscreenDirtyClosure
fn clone(&self) -> OnscreenDirtyClosure
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 OnscreenDirtyClosure
impl Debug for OnscreenDirtyClosure
Source§impl Hash for OnscreenDirtyClosure
impl Hash for OnscreenDirtyClosure
Source§impl Ord for OnscreenDirtyClosure
impl Ord for OnscreenDirtyClosure
Source§fn cmp(&self, other: &OnscreenDirtyClosure) -> Ordering
fn cmp(&self, other: &OnscreenDirtyClosure) -> 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 OnscreenDirtyClosure
impl PartialEq for OnscreenDirtyClosure
Source§impl PartialOrd for OnscreenDirtyClosure
impl PartialOrd for OnscreenDirtyClosure
Source§impl StaticType for OnscreenDirtyClosure
impl StaticType for OnscreenDirtyClosure
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Eq for OnscreenDirtyClosure
impl StructuralPartialEq for OnscreenDirtyClosure
Auto Trait Implementations§
impl Freeze for OnscreenDirtyClosure
impl RefUnwindSafe for OnscreenDirtyClosure
impl !Send for OnscreenDirtyClosure
impl !Sync for OnscreenDirtyClosure
impl Unpin for OnscreenDirtyClosure
impl UnwindSafe for OnscreenDirtyClosure
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