#[non_exhaustive]pub struct ClosureModifiers {}Available on crate feature
full only.Expand description
Implementations§
Source§impl ClosureModifiers
impl ClosureModifiers
pub fn require_empty(&self) -> Result<()>
Available on crate feature
parsing only.Trait Implementations§
Source§impl Clone for ClosureModifiers
Available on crate feature clone-impls only.
impl Clone for ClosureModifiers
Available on crate feature
clone-impls only.Source§impl Debug for ClosureModifiers
Available on crate feature extra-traits only.
impl Debug for ClosureModifiers
Available on crate feature
extra-traits only.Source§impl Default for ClosureModifiers
impl Default for ClosureModifiers
impl Eq for ClosureModifiers
Available on crate feature
extra-traits only.Source§impl Hash for ClosureModifiers
Available on crate feature extra-traits only.
impl Hash for ClosureModifiers
Available on crate feature
extra-traits 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