pub struct SuperStreamRouteResponse {
pub streams: Vec<String>,
/* private fields */
}
Fields§
§streams: Vec<String>
Implementations§
Trait Implementations§
Source§impl Debug for SuperStreamRouteResponse
impl Debug for SuperStreamRouteResponse
Source§impl Decoder for SuperStreamRouteResponse
impl Decoder for SuperStreamRouteResponse
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for SuperStreamRouteResponse
impl Encoder for SuperStreamRouteResponse
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl FromResponse for SuperStreamRouteResponse
impl FromResponse for SuperStreamRouteResponse
fn from_response(response: Response) -> Option<Self>
Source§impl PartialEq for SuperStreamRouteResponse
impl PartialEq for SuperStreamRouteResponse
impl Eq for SuperStreamRouteResponse
impl StructuralPartialEq for SuperStreamRouteResponse
Auto Trait Implementations§
impl Freeze for SuperStreamRouteResponse
impl RefUnwindSafe for SuperStreamRouteResponse
impl Send for SuperStreamRouteResponse
impl Sync for SuperStreamRouteResponse
impl Unpin for SuperStreamRouteResponse
impl UnwindSafe for SuperStreamRouteResponse
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