pub struct AssociationBuffer<'s> { /* private fields */ }
Auto Trait Implementations§
impl<'s> Freeze for AssociationBuffer<'s>
impl<'s> RefUnwindSafe for AssociationBuffer<'s>
impl<'s> Send for AssociationBuffer<'s>
impl<'s> Sync for AssociationBuffer<'s>
impl<'s> Unpin for AssociationBuffer<'s>
impl<'s> !UnwindSafe for AssociationBuffer<'s>
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