pub struct SubscribeReposStream;Expand description
Stream response type for com.atproto.sync.subscribeRepos
Trait Implementations§
Source§impl SubscriptionResp for SubscribeReposStream
impl SubscriptionResp for SubscribeReposStream
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> = SubscribeReposMessage<'de>
type Message<'de> = SubscribeReposMessage<'de>
Message union type
Source§type Error<'de> = SubscribeReposError<'de>
type Error<'de> = SubscribeReposError<'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 SubscribeReposStream
impl RefUnwindSafe for SubscribeReposStream
impl Send for SubscribeReposStream
impl Sync for SubscribeReposStream
impl Unpin for SubscribeReposStream
impl UnsafeUnpin for SubscribeReposStream
impl UnwindSafe for SubscribeReposStream
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