pub struct AttributesAccept<'o, O>(pub &'o mut O);Expand description
A sequence acceptor that writes attributes
Tuple Fields§
§0: &'o mut OTrait 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