pub struct InitResponse;Expand description
init_response_data() — §9.1.2, Table 9-2 (opID 0x0002). Empty body.
Trait Implementations§
Source§impl Clone for InitResponse
impl Clone for InitResponse
Source§fn clone(&self) -> InitResponse
fn clone(&self) -> InitResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InitResponse
Source§impl Debug for InitResponse
impl Debug for InitResponse
Source§impl Default for InitResponse
impl Default for InitResponse
Source§fn default() -> InitResponse
fn default() -> InitResponse
Returns the “default value” for a type. Read more
impl Eq for InitResponse
Source§impl<'a> OperationDef<'a> for InitResponse
impl<'a> OperationDef<'a> for InitResponse
Source§impl<'a> Parse<'a> for InitResponse
impl<'a> Parse<'a> for InitResponse
Source§impl PartialEq for InitResponse
impl PartialEq for InitResponse
Source§impl Serialize for InitResponse
Available on crate feature serde only.
impl Serialize for InitResponse
Available on crate feature
serde only.Source§impl Serialize for InitResponse
impl Serialize for InitResponse
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for InitResponse
Auto Trait Implementations§
impl Freeze for InitResponse
impl RefUnwindSafe for InitResponse
impl Send for InitResponse
impl Sync for InitResponse
impl Unpin for InitResponse
impl UnsafeUnpin for InitResponse
impl UnwindSafe for InitResponse
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