pub struct ScopeModAttrs;
Expand description
Attribute for #[impl_scope]
Trait Implementations§
Source§impl Parse for ScopeModAttrs
impl Parse for ScopeModAttrs
fn parse(_input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ScopeModAttrs
impl RefUnwindSafe for ScopeModAttrs
impl Send for ScopeModAttrs
impl Sync for ScopeModAttrs
impl Unpin for ScopeModAttrs
impl UnwindSafe for ScopeModAttrs
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