pub struct SubscribeLabelsStream;Expand description
Stream response type for com.atproto.label.subscribeLabels
Trait Implementations§
Source§impl SubscriptionResp for SubscribeLabelsStream
impl SubscriptionResp for SubscribeLabelsStream
Source§const ENCODING: MessageEncoding = jacquard_common::xrpc::MessageEncoding::DagCbor
const ENCODING: MessageEncoding = jacquard_common::xrpc::MessageEncoding::DagCbor
Message encoding (JSON or DAG-CBOR)
Source§type Message<'de> = SubscribeLabelsMessage<'de>
type Message<'de> = SubscribeLabelsMessage<'de>
Message union type
Source§type Error<'de> = SubscribeLabelsError<'de>
type Error<'de> = SubscribeLabelsError<'de>
Error union type
Source§fn decode_message<'de>(
bytes: &'de [u8],
) -> Result<Self::Message<'de>, DecodeError>
fn decode_message<'de>( bytes: &'de [u8], ) -> Result<Self::Message<'de>, DecodeError>
Decode a message from bytes. Read more
Auto Trait Implementations§
impl Freeze for SubscribeLabelsStream
impl RefUnwindSafe for SubscribeLabelsStream
impl Send for SubscribeLabelsStream
impl Sync for SubscribeLabelsStream
impl Unpin for SubscribeLabelsStream
impl UnsafeUnpin for SubscribeLabelsStream
impl UnwindSafe for SubscribeLabelsStream
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