Struct intel_cache_lib::ic_types::IcPacket [−][src]
Expand description
Parsed IcCommand
ready to be sent to the connection.
Fields
header: Option<String>
Header of the packet. Used for the Command or as a response.
body: Option<Vec<u8>>
Body of the packet. Used for the Command data or as response data.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IcPacket
impl UnwindSafe for IcPacket
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
Convert &self
to an expression for Diesel’s query builder. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more