pub struct EndOfMessage {
pub headers: Headers,
}
Fields§
§headers: Headers
Trait Implementations§
Source§impl Clone for EndOfMessage
impl Clone for EndOfMessage
Source§fn clone(&self) -> EndOfMessage
fn clone(&self) -> EndOfMessage
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 EndOfMessage
impl Debug for EndOfMessage
Source§impl Default for EndOfMessage
impl Default for EndOfMessage
Source§fn default() -> EndOfMessage
fn default() -> EndOfMessage
Returns the “default value” for a type. Read more
Source§impl From<EndOfMessage> for Event
impl From<EndOfMessage> for Event
Source§fn from(end_of_message: EndOfMessage) -> Self
fn from(end_of_message: EndOfMessage) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EndOfMessage
impl PartialEq for EndOfMessage
impl Eq for EndOfMessage
impl StructuralPartialEq for EndOfMessage
Auto Trait Implementations§
impl Freeze for EndOfMessage
impl RefUnwindSafe for EndOfMessage
impl Send for EndOfMessage
impl Sync for EndOfMessage
impl Unpin for EndOfMessage
impl UnwindSafe for EndOfMessage
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