#[non_exhaustive]pub struct ClosureModifiers {}Expand description
Implementations§
Source§impl ClosureModifiers
impl ClosureModifiers
pub fn require_empty(&self) -> Result<()>
Trait Implementations§
Source§impl Clone for ClosureModifiers
Available on crate feature full only.
impl Clone for ClosureModifiers
Available on crate feature
full only.Source§impl Debug for ClosureModifiers
Available on crate feature full only.
impl Debug for ClosureModifiers
Available on crate feature
full only.Source§impl Default for ClosureModifiers
Available on crate feature full only.
impl Default for ClosureModifiers
Available on crate feature
full only.impl Eq for ClosureModifiers
Available on crate feature
full only.Source§impl Hash for ClosureModifiers
Available on crate feature full only.
impl Hash for ClosureModifiers
Available on crate feature
full only.Auto Trait Implementations§
impl Freeze for ClosureModifiers
impl RefUnwindSafe for ClosureModifiers
impl Send for ClosureModifiers
impl Sync for ClosureModifiers
impl Unpin for ClosureModifiers
impl UnsafeUnpin for ClosureModifiers
impl UnwindSafe for ClosureModifiers
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