pub struct LegalSimpleClosure;Expand description
Positive stand-in: simple pure unary transform (FR74 / FR75 comb inline).
Trait Implementations§
Source§impl Clone for LegalSimpleClosure
impl Clone for LegalSimpleClosure
Source§fn clone(&self) -> LegalSimpleClosure
fn clone(&self) -> LegalSimpleClosure
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 LegalSimpleClosure
Source§impl Debug for LegalSimpleClosure
impl Debug for LegalSimpleClosure
Source§impl Default for LegalSimpleClosure
impl Default for LegalSimpleClosure
Source§fn default() -> LegalSimpleClosure
fn default() -> LegalSimpleClosure
Returns the “default value” for a type. Read more
Source§impl SynthesizableClosure for LegalSimpleClosure
impl SynthesizableClosure for LegalSimpleClosure
Source§fn synthesizable_closure_violations(&self) -> Vec<SynthesizableClosureViolation>
fn synthesizable_closure_violations(&self) -> Vec<SynthesizableClosureViolation>
Documented violation tokens for Cap-R-60 checking. Empty = legal.
Auto Trait Implementations§
impl Freeze for LegalSimpleClosure
impl RefUnwindSafe for LegalSimpleClosure
impl Send for LegalSimpleClosure
impl Sync for LegalSimpleClosure
impl Unpin for LegalSimpleClosure
impl UnsafeUnpin for LegalSimpleClosure
impl UnwindSafe for LegalSimpleClosure
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