pub struct ArcSet<'x> { /* private fields */ }Trait Implementations§
source§impl<'x> HeaderWriter for ArcSet<'x>
impl<'x> HeaderWriter for ArcSet<'x>
source§impl<'x> PartialEq for ArcSet<'x>
impl<'x> PartialEq for ArcSet<'x>
impl<'x> Eq for ArcSet<'x>
impl<'x> StructuralPartialEq for ArcSet<'x>
Auto Trait Implementations§
impl<'x> Freeze for ArcSet<'x>
impl<'x> RefUnwindSafe for ArcSet<'x>
impl<'x> Send for ArcSet<'x>
impl<'x> Sync for ArcSet<'x>
impl<'x> Unpin for ArcSet<'x>
impl<'x> UnwindSafe for ArcSet<'x>
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