pub struct SqshTrailingContext { /* private fields */ }Expand description
archive/trailing_context.c
Trait Implementations§
Source§impl Clone for SqshTrailingContext
impl Clone for SqshTrailingContext
Source§fn clone(&self) -> SqshTrailingContext
fn clone(&self) -> SqshTrailingContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqshTrailingContext
impl Debug for SqshTrailingContext
impl Copy for SqshTrailingContext
Auto Trait Implementations§
impl Freeze for SqshTrailingContext
impl RefUnwindSafe for SqshTrailingContext
impl Send for SqshTrailingContext
impl Sync for SqshTrailingContext
impl Unpin for SqshTrailingContext
impl UnwindSafe for SqshTrailingContext
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