pub struct AttributesAccept<'o, O> { /* private fields */ }Expand description
A sequence acceptor that writes attributes. Every attribute will be placed on a new line and automatically be surrounded with “#[]”
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'o, O> Freeze for AttributesAccept<'o, O>
impl<'o, O> RefUnwindSafe for AttributesAccept<'o, O>where
    O: RefUnwindSafe,
impl<'o, O> Send for AttributesAccept<'o, O>where
    O: Send,
impl<'o, O> Sync for AttributesAccept<'o, O>where
    O: Sync,
impl<'o, O> Unpin for AttributesAccept<'o, O>
impl<'o, O> !UnwindSafe for AttributesAccept<'o, O>
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