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