pub struct SuperStreamRouteRequest { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for SuperStreamRouteRequest
impl Command for SuperStreamRouteRequest
Source§impl Debug for SuperStreamRouteRequest
impl Debug for SuperStreamRouteRequest
Source§impl Decoder for SuperStreamRouteRequest
impl Decoder for SuperStreamRouteRequest
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for SuperStreamRouteRequest
impl Encoder for SuperStreamRouteRequest
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl From<SuperStreamRouteRequest> for RequestKind
impl From<SuperStreamRouteRequest> for RequestKind
Source§fn from(cmd: SuperStreamRouteRequest) -> Self
fn from(cmd: SuperStreamRouteRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SuperStreamRouteRequest
impl PartialEq for SuperStreamRouteRequest
impl Eq for SuperStreamRouteRequest
impl StructuralPartialEq for SuperStreamRouteRequest
Auto Trait Implementations§
impl Freeze for SuperStreamRouteRequest
impl RefUnwindSafe for SuperStreamRouteRequest
impl Send for SuperStreamRouteRequest
impl Sync for SuperStreamRouteRequest
impl Unpin for SuperStreamRouteRequest
impl UnwindSafe for SuperStreamRouteRequest
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