pub struct FixTrailer_t(/* private fields */);
Trait Implementations§
Source§impl Clone for FixTrailer_t
impl Clone for FixTrailer_t
Source§fn clone(&self) -> FixTrailer_t
fn clone(&self) -> FixTrailer_t
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 FixTrailer_t
impl Debug for FixTrailer_t
Source§impl PartialEq for FixTrailer_t
impl PartialEq for FixTrailer_t
impl Copy for FixTrailer_t
impl Eq for FixTrailer_t
impl StructuralPartialEq for FixTrailer_t
Auto Trait Implementations§
impl Freeze for FixTrailer_t
impl RefUnwindSafe for FixTrailer_t
impl !Send for FixTrailer_t
impl !Sync for FixTrailer_t
impl Unpin for FixTrailer_t
impl UnwindSafe for FixTrailer_t
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