pub struct EOFContainer {
pub header: EOFHeader,
pub body: Body,
}Fields§
§header: EOFHeader§body: BodyTrait Implementations§
Source§impl Clone for EOFContainer
impl Clone for EOFContainer
Source§fn clone(&self) -> EOFContainer
fn clone(&self) -> EOFContainer
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 EOFContainer
impl Debug for EOFContainer
Source§impl PartialEq for EOFContainer
impl PartialEq for EOFContainer
impl StructuralPartialEq for EOFContainer
Auto Trait Implementations§
impl Freeze for EOFContainer
impl RefUnwindSafe for EOFContainer
impl Send for EOFContainer
impl Sync for EOFContainer
impl Unpin for EOFContainer
impl UnwindSafe for EOFContainer
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