Struct zenoh_codec::Zenoh080

source ·
pub struct Zenoh080;

Implementations§

source§

impl Zenoh080

source

pub const fn new() -> Self

Trait Implementations§

source§

impl Clone for Zenoh080

source§

fn clone(&self) -> Zenoh080

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for Zenoh080

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl LCodec<&[u8]> for Zenoh080

source§

fn w_len(self, x: &[u8]) -> usize

source§

impl LCodec<&Encoding> for Zenoh080

source§

fn w_len(self, x: &Encoding) -> usize

source§

impl<const ID: u8> LCodec<&EntityIdType<ID>> for Zenoh080

source§

fn w_len(self, x: &EntityIdType<{ ID }>) -> usize

source§

impl LCodec<&PrioritySn> for Zenoh080

source§

fn w_len(self, p: &PrioritySn) -> usize

source§

impl<const ID: u8> LCodec<&SourceInfoType<ID>> for Zenoh080

source§

fn w_len(self, x: &SourceInfoType<{ ID }>) -> usize

source§

impl LCodec<&String> for Zenoh080

source§

fn w_len(self, x: &String) -> usize

source§

impl LCodec<&Timestamp> for Zenoh080

source§

fn w_len(self, x: &Timestamp) -> usize

source§

impl LCodec<&ZBuf> for Zenoh080

source§

fn w_len(self, message: &ZBuf) -> usize

source§

impl LCodec<&ZenohId> for Zenoh080

source§

fn w_len(self, x: &ZenohId) -> usize

source§

impl LCodec<&str> for Zenoh080

source§

fn w_len(self, x: &str) -> usize

source§

impl LCodec<[u8; 1]> for Zenoh080

source§

fn w_len(self, _: [u8; 1]) -> usize

source§

impl LCodec<[u8; 10]> for Zenoh080

source§

fn w_len(self, _: [u8; 10]) -> usize

source§

impl LCodec<[u8; 11]> for Zenoh080

source§

fn w_len(self, _: [u8; 11]) -> usize

source§

impl LCodec<[u8; 12]> for Zenoh080

source§

fn w_len(self, _: [u8; 12]) -> usize

source§

impl LCodec<[u8; 13]> for Zenoh080

source§

fn w_len(self, _: [u8; 13]) -> usize

source§

impl LCodec<[u8; 14]> for Zenoh080

source§

fn w_len(self, _: [u8; 14]) -> usize

source§

impl LCodec<[u8; 15]> for Zenoh080

source§

fn w_len(self, _: [u8; 15]) -> usize

source§

impl LCodec<[u8; 16]> for Zenoh080

source§

fn w_len(self, _: [u8; 16]) -> usize

source§

impl LCodec<[u8; 2]> for Zenoh080

source§

fn w_len(self, _: [u8; 2]) -> usize

source§

impl LCodec<[u8; 3]> for Zenoh080

source§

fn w_len(self, _: [u8; 3]) -> usize

source§

impl LCodec<[u8; 4]> for Zenoh080

source§

fn w_len(self, _: [u8; 4]) -> usize

source§

impl LCodec<[u8; 5]> for Zenoh080

source§

fn w_len(self, _: [u8; 5]) -> usize

source§

impl LCodec<[u8; 6]> for Zenoh080

source§

fn w_len(self, _: [u8; 6]) -> usize

source§

impl LCodec<[u8; 7]> for Zenoh080

source§

fn w_len(self, _: [u8; 7]) -> usize

source§

impl LCodec<[u8; 8]> for Zenoh080

source§

fn w_len(self, _: [u8; 8]) -> usize

source§

impl LCodec<[u8; 9]> for Zenoh080

source§

fn w_len(self, _: [u8; 9]) -> usize

source§

impl LCodec<u16> for Zenoh080

source§

fn w_len(self, x: u16) -> usize

source§

impl LCodec<u32> for Zenoh080

source§

fn w_len(self, x: u32) -> usize

source§

impl LCodec<u64> for Zenoh080

source§

fn w_len(self, x: u64) -> usize

source§

impl LCodec<u8> for Zenoh080

source§

fn w_len(self, _: u8) -> usize

source§

impl LCodec<usize> for Zenoh080

source§

fn w_len(self, x: usize) -> usize

source§

impl<R> RCodec<[u8; 1], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 1], Self::Error>

source§

impl<R> RCodec<[u8; 10], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 10], Self::Error>

source§

impl<R> RCodec<[u8; 11], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 11], Self::Error>

source§

impl<R> RCodec<[u8; 12], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 12], Self::Error>

source§

impl<R> RCodec<[u8; 13], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 13], Self::Error>

source§

impl<R> RCodec<[u8; 14], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 14], Self::Error>

source§

impl<R> RCodec<[u8; 15], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 15], Self::Error>

source§

impl<R> RCodec<[u8; 16], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 16], Self::Error>

source§

impl<R> RCodec<[u8; 2], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 2], Self::Error>

source§

impl<R> RCodec<[u8; 3], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 3], Self::Error>

source§

impl<R> RCodec<[u8; 4], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 4], Self::Error>

source§

impl<R> RCodec<[u8; 5], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 5], Self::Error>

source§

impl<R> RCodec<[u8; 6], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 6], Self::Error>

source§

impl<R> RCodec<[u8; 7], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 7], Self::Error>

source§

impl<R> RCodec<[u8; 8], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 8], Self::Error>

source§

impl<R> RCodec<[u8; 9], &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<[u8; 9], Self::Error>

source§

impl<R> RCodec<(Box<[PrioritySn; 8]>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(QoSType, bool), Self::Error>

source§

impl<R, const ID: u8> RCodec<(NodeIdType<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(NodeIdType<{ ID }>, bool), Self::Error>

source§

impl<R, const ID: u8> RCodec<(QoSType<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(QoSType<{ ID }>, bool), Self::Error>

source§

impl<R, const ID: u8> RCodec<(QoSType<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(QoSType<{ ID }>, bool), Self::Error>

source§

impl<R> RCodec<(QueryableInfo, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(QueryableInfo, bool), Self::Error>

source§

impl<R> RCodec<(SubscriberInfo, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(SubscriberInfo, bool), Self::Error>

source§

impl<R, const ID: u8> RCodec<(TimestampType<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read( self, reader: &mut R ) -> Result<(TimestampType<{ ID }>, bool), Self::Error>

source§

impl<const ID: u8, R> RCodec<(ZExtUnit<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(ZExtUnit<{ ID }>, bool), Self::Error>

source§

impl<R> RCodec<(ZExtUnknown, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(ZExtUnknown, bool), Self::Error>

source§

impl<const ID: u8, R> RCodec<(ZExtZ64<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(ZExtZ64<{ ID }>, bool), Self::Error>

source§

impl<const ID: u8, R> RCodec<(ZExtZBuf<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<(ZExtZBuf<{ ID }>, bool), Self::Error>

source§

impl<const ID: u8, R> RCodec<(ZExtZBufHeader<ID>, bool), &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read( self, reader: &mut R ) -> Result<(ZExtZBufHeader<{ ID }>, bool), Self::Error>

source§

impl<R> RCodec<Ack, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Ack, Self::Error>

source§

impl<R> RCodec<Close, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Close, Self::Error>

source§

impl<R> RCodec<Declare, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Declare, Self::Error>

source§

impl<R> RCodec<DeclareBody, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<DeclareBody, Self::Error>

source§

impl<R> RCodec<DeclareInterest, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<DeclareInterest, Self::Error>

source§

impl<R> RCodec<DeclareKeyExpr, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<DeclareKeyExpr, Self::Error>

source§

impl<R> RCodec<DeclareQueryable, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<DeclareQueryable, Self::Error>

source§

impl<R> RCodec<DeclareSubscriber, &mut R> for Zenoh080
where R: Reader,

source§

impl<R> RCodec<DeclareToken, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<DeclareToken, Self::Error>

source§

impl<R> RCodec<Del, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Del, Self::Error>

source§

impl<R> RCodec<Encoding, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Encoding, Self::Error>

source§

impl<R> RCodec<Err, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Err, Self::Error>

source§

impl<R> RCodec<FinalInterest, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<FinalInterest, Self::Error>

source§

impl<R> RCodec<Fragment, &mut R> for Zenoh080

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Fragment, Self::Error>

source§

impl<R> RCodec<FragmentHeader, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<FragmentHeader, Self::Error>

source§

impl<R> RCodec<Frame, &mut R> for Zenoh080

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Frame, Self::Error>

source§

impl<R> RCodec<FrameHeader, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<FrameHeader, Self::Error>

source§

impl<R> RCodec<Hello, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Hello, Self::Error>

source§

impl<R> RCodec<InitAck, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<InitAck, Self::Error>

source§

impl<R> RCodec<InitSyn, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<InitSyn, Self::Error>

source§

impl<R> RCodec<Join, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Join, Self::Error>

source§

impl<R> RCodec<KeepAlive, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<KeepAlive, Self::Error>

source§

impl<R> RCodec<Locator, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Locator, Self::Error>

source§

impl<R> RCodec<NetworkMessage, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<NetworkMessage, Self::Error>

source§

impl<R> RCodec<Oam, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Oam, Self::Error>

source§

impl<R> RCodec<Oam, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Oam, Self::Error>

source§

impl<R> RCodec<OpenAck, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<OpenAck, Self::Error>

source§

impl<R> RCodec<OpenSyn, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<OpenSyn, Self::Error>

source§

impl<R> RCodec<Priority, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Priority, Self::Error>

source§

impl<R> RCodec<PrioritySn, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<PrioritySn, Self::Error>

source§

impl<R> RCodec<Property, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Property, Self::Error>

source§

impl<R> RCodec<Pull, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Pull, Self::Error>

source§

impl<R> RCodec<Push, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Push, Self::Error>

source§

impl<R> RCodec<PushBody, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<PushBody, Self::Error>

source§

impl<R> RCodec<Put, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Put, Self::Error>

source§

impl<R> RCodec<Query, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Query, Self::Error>

source§

impl<R> RCodec<Reply, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Reply, Self::Error>

source§

impl<R> RCodec<Request, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Request, Self::Error>

source§

impl<R> RCodec<RequestBody, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<RequestBody, Self::Error>

source§

impl<R> RCodec<Response, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Response, Self::Error>

source§

impl<R> RCodec<ResponseBody, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ResponseBody, Self::Error>

source§

impl<R> RCodec<ResponseFinal, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ResponseFinal, Self::Error>

source§

impl<R> RCodec<Scout, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Scout, Self::Error>

source§

impl<R> RCodec<ScoutingMessage, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ScoutingMessage, Self::Error>

source§

impl<R> RCodec<String, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<String, Self::Error>

source§

impl<R> RCodec<Timestamp, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Timestamp, Self::Error>

source§

impl<R> RCodec<TransportMessage, &mut R> for Zenoh080

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<TransportMessage, Self::Error>

source§

impl<R> RCodec<TransportMessageLowLatency, &mut R> for Zenoh080

source§

impl<R> RCodec<UndeclareInterest, &mut R> for Zenoh080
where R: Reader,

source§

impl<R> RCodec<UndeclareKeyExpr, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<UndeclareKeyExpr, Self::Error>

source§

impl<R> RCodec<UndeclareQueryable, &mut R> for Zenoh080
where R: Reader,

source§

impl<R> RCodec<UndeclareSubscriber, &mut R> for Zenoh080
where R: Reader,

source§

impl<R> RCodec<UndeclareToken, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<UndeclareToken, Self::Error>

source§

impl<R> RCodec<Vec<Locator>, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Vec<Locator>, Self::Error>

source§

impl<R> RCodec<Vec<Property>, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Vec<Property>, Self::Error>

source§

impl<R> RCodec<Vec<ZExtUnknown>, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Vec<ZExtUnknown>, Self::Error>

source§

impl<R> RCodec<Vec<u8>, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<Vec<u8>, Self::Error>

source§

impl<R> RCodec<ZBuf, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ZBuf, Self::Error>

source§

impl<R> RCodec<ZSlice, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ZSlice, Self::Error>

source§

impl<R> RCodec<ZenohId, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<ZenohId, Self::Error>

source§

impl<R> RCodec<u16, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<u16, Self::Error>

source§

impl<R> RCodec<u32, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<u32, Self::Error>

source§

impl<R> RCodec<u64, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<u64, Self::Error>

source§

impl<R> RCodec<u8, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<u8, Self::Error>

source§

impl<R> RCodec<usize, &mut R> for Zenoh080
where R: Reader,

§

type Error = DidntRead

source§

fn read(self, reader: &mut R) -> Result<usize, Self::Error>

source§

impl<W> WCodec<&[Locator], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[Locator]) -> Self::Output

source§

impl<W> WCodec<&[Property], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[Property]) -> Self::Output

source§

impl<W> WCodec<&[ZExtUnknown], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[ZExtUnknown]) -> Self::Output

source§

impl<W> WCodec<&[u8], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8]) -> Self::Output

source§

impl<W> WCodec<&[u8; 1], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 1]) -> Self::Output

source§

impl<W> WCodec<&[u8; 10], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 10]) -> Self::Output

source§

impl<W> WCodec<&[u8; 11], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 11]) -> Self::Output

source§

impl<W> WCodec<&[u8; 12], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 12]) -> Self::Output

source§

impl<W> WCodec<&[u8; 13], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 13]) -> Self::Output

source§

impl<W> WCodec<&[u8; 14], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 14]) -> Self::Output

source§

impl<W> WCodec<&[u8; 15], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 15]) -> Self::Output

source§

impl<W> WCodec<&[u8; 16], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 16]) -> Self::Output

source§

impl<W> WCodec<&[u8; 2], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 2]) -> Self::Output

source§

impl<W> WCodec<&[u8; 3], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 3]) -> Self::Output

source§

impl<W> WCodec<&[u8; 4], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 4]) -> Self::Output

source§

impl<W> WCodec<&[u8; 5], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 5]) -> Self::Output

source§

impl<W> WCodec<&[u8; 6], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 6]) -> Self::Output

source§

impl<W> WCodec<&[u8; 7], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 7]) -> Self::Output

source§

impl<W> WCodec<&[u8; 8], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 8]) -> Self::Output

source§

impl<W> WCodec<&[u8; 9], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &[u8; 9]) -> Self::Output

source§

impl<W> WCodec<&Ack, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Ack) -> Self::Output

source§

impl<W> WCodec<&Close, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Close) -> Self::Output

source§

impl<W> WCodec<&Declare, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Declare) -> Self::Output

source§

impl<W> WCodec<&DeclareBody, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareBody) -> Self::Output

source§

impl<W> WCodec<&DeclareInterest, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareInterest) -> Self::Output

source§

impl<W> WCodec<&DeclareKeyExpr, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareKeyExpr) -> Self::Output

source§

impl<W> WCodec<&DeclareQueryable, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareQueryable) -> Self::Output

source§

impl<W> WCodec<&DeclareSubscriber, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareSubscriber) -> Self::Output

source§

impl<W> WCodec<&DeclareToken, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &DeclareToken) -> Self::Output

source§

impl<W> WCodec<&Del, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Del) -> Self::Output

source§

impl<W> WCodec<&Encoding, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Encoding) -> Self::Output

source§

impl<W> WCodec<&Err, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Err) -> Self::Output

source§

impl<W> WCodec<&FinalInterest, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &FinalInterest) -> Self::Output

source§

impl<W> WCodec<&Fragment, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Fragment) -> Self::Output

source§

impl<W> WCodec<&FragmentHeader, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &FragmentHeader) -> Self::Output

source§

impl<W> WCodec<&Frame, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Frame) -> Self::Output

source§

impl<W> WCodec<&FrameHeader, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &FrameHeader) -> Self::Output

source§

impl<W> WCodec<&Hello, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Hello) -> Self::Output

source§

impl<W> WCodec<&InitAck, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &InitAck) -> Self::Output

source§

impl<W> WCodec<&InitSyn, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &InitSyn) -> Self::Output

source§

impl<W> WCodec<&Join, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Join) -> Self::Output

source§

impl<W> WCodec<&KeepAlive, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &KeepAlive) -> Self::Output

source§

impl<W> WCodec<&Locator, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Locator) -> Self::Output

source§

impl<W> WCodec<&NetworkMessage, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &NetworkMessage) -> Self::Output

source§

impl<W> WCodec<&Oam, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Oam) -> Self::Output

source§

impl<W> WCodec<&Oam, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Oam) -> Self::Output

source§

impl<W> WCodec<&OpenAck, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &OpenAck) -> Self::Output

source§

impl<W> WCodec<&OpenSyn, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &OpenSyn) -> Self::Output

source§

impl<W> WCodec<&Priority, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Priority) -> Self::Output

source§

impl<W> WCodec<&PrioritySn, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &PrioritySn) -> Self::Output

source§

impl<W> WCodec<&Property, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Property) -> Self::Output

source§

impl<W> WCodec<&Pull, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Pull) -> Self::Output

source§

impl<W> WCodec<&Push, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Push) -> Self::Output

source§

impl<W> WCodec<&PushBody, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &PushBody) -> Self::Output

source§

impl<W> WCodec<&Put, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Put) -> Self::Output

source§

impl<W> WCodec<&Query, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Query) -> Self::Output

source§

impl<W> WCodec<&Reply, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Reply) -> Self::Output

source§

impl<W> WCodec<&Request, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Request) -> Self::Output

source§

impl<W> WCodec<&RequestBody, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &RequestBody) -> Self::Output

source§

impl<W> WCodec<&Response, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Response) -> Self::Output

source§

impl<W> WCodec<&ResponseBody, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ResponseBody) -> Self::Output

source§

impl<W> WCodec<&ResponseFinal, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ResponseFinal) -> Self::Output

source§

impl<W> WCodec<&Scout, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Scout) -> Self::Output

source§

impl<W> WCodec<&ScoutingMessage, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ScoutingMessage) -> Self::Output

source§

impl<W> WCodec<&String, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &String) -> Self::Output

source§

impl<W> WCodec<&Timestamp, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &Timestamp) -> Self::Output

source§

impl<W> WCodec<&TransportMessage, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &TransportMessage) -> Self::Output

source§

impl<W> WCodec<&TransportMessageLowLatency, &mut W> for Zenoh080
where W: Writer,

source§

impl<W> WCodec<&UndeclareInterest, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &UndeclareInterest) -> Self::Output

source§

impl<W> WCodec<&UndeclareKeyExpr, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &UndeclareKeyExpr) -> Self::Output

source§

impl<W> WCodec<&UndeclareQueryable, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &UndeclareQueryable) -> Self::Output

source§

impl<W> WCodec<&UndeclareSubscriber, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &UndeclareSubscriber) -> Self::Output

source§

impl<W> WCodec<&UndeclareToken, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &UndeclareToken) -> Self::Output

source§

impl<W> WCodec<&WireExpr<'_>, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &WireExpr<'_>) -> Self::Output

source§

impl<W> WCodec<&ZBuf, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ZBuf) -> Self::Output

source§

impl<W> WCodec<&ZSlice, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ZSlice) -> Self::Output

source§

impl<W> WCodec<&ZenohId, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &ZenohId) -> Self::Output

source§

impl<W> WCodec<&str, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &str) -> Self::Output

source§

impl<W> WCodec<&u16, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &u16) -> Self::Output

source§

impl<W> WCodec<&u32, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &u32) -> Self::Output

source§

impl<W> WCodec<&u64, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &u64) -> Self::Output

source§

impl<W> WCodec<&u8, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &u8) -> Self::Output

source§

impl<W> WCodec<&usize, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: &usize) -> Self::Output

source§

impl<W> WCodec<[u8; 1], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 1]) -> Self::Output

source§

impl<W> WCodec<[u8; 10], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 10]) -> Self::Output

source§

impl<W> WCodec<[u8; 11], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 11]) -> Self::Output

source§

impl<W> WCodec<[u8; 12], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 12]) -> Self::Output

source§

impl<W> WCodec<[u8; 13], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 13]) -> Self::Output

source§

impl<W> WCodec<[u8; 14], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 14]) -> Self::Output

source§

impl<W> WCodec<[u8; 15], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 15]) -> Self::Output

source§

impl<W> WCodec<[u8; 16], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 16]) -> Self::Output

source§

impl<W> WCodec<[u8; 2], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 2]) -> Self::Output

source§

impl<W> WCodec<[u8; 3], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 3]) -> Self::Output

source§

impl<W> WCodec<[u8; 4], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 4]) -> Self::Output

source§

impl<W> WCodec<[u8; 5], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 5]) -> Self::Output

source§

impl<W> WCodec<[u8; 6], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 6]) -> Self::Output

source§

impl<W> WCodec<[u8; 7], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 7]) -> Self::Output

source§

impl<W> WCodec<[u8; 8], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 8]) -> Self::Output

source§

impl<W> WCodec<[u8; 9], &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: [u8; 9]) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(&AttachmentType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write( self, writer: &mut W, x: (&AttachmentType<{ ID }>, bool) ) -> Self::Output

source§

impl<W> WCodec<(&Box<[PrioritySn; 8]>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&QoSType, bool)) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(&EntityIdType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&EntityIdType<{ ID }>, bool)) -> Self::Output

source§

impl<W> WCodec<(&QueryTarget, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&TargetType, bool)) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(&SourceInfoType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write( self, writer: &mut W, x: (&SourceInfoType<{ ID }>, bool) ) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(&TimestampType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write( self, writer: &mut W, x: (&TimestampType<{ ID }>, bool) ) -> Self::Output

source§

impl<W, const VID: u8, const SID: u8> WCodec<(&ValueType<VID, SID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write( self, writer: &mut W, x: (&ValueType<{ VID }, { SID }>, bool) ) -> Self::Output

source§

impl<W> WCodec<(&WireExprType, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&WireExprType, bool)) -> Self::Output

source§

impl<const ID: u8, W> WCodec<(&ZExtUnit<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&ZExtUnit<{ ID }>, bool)) -> Self::Output

source§

impl<W> WCodec<(&ZExtUnknown, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&ZExtUnknown, bool)) -> Self::Output

source§

impl<const ID: u8, W> WCodec<(&ZExtZ64<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&ZExtZ64<{ ID }>, bool)) -> Self::Output

source§

impl<const ID: u8, W> WCodec<(&ZExtZBuf<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (&ZExtZBuf<{ ID }>, bool)) -> Self::Output

source§

impl<const ID: u8, W> WCodec<(&ZExtZBufHeader<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write( self, writer: &mut W, x: (&ZExtZBufHeader<{ ID }>, bool) ) -> Self::Output

source§

impl<W> WCodec<(Consolidation, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (ConsolidationType, bool)) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(NodeIdType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (NodeIdType<{ ID }>, bool)) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(QoSType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (QoSType<{ ID }>, bool)) -> Self::Output

source§

impl<W, const ID: u8> WCodec<(QoSType<ID>, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (QoSType<{ ID }>, bool)) -> Self::Output

source§

impl<W> WCodec<(QueryableInfo, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (QueryableInfo, bool)) -> Self::Output

source§

impl<W> WCodec<(SubscriberInfo, bool), &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: (SubscriberInfo, bool)) -> Self::Output

source§

impl<W> WCodec<u16, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: u16) -> Self::Output

source§

impl<W> WCodec<u32, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: u32) -> Self::Output

source§

impl<W> WCodec<u64, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: u64) -> Self::Output

source§

impl<W> WCodec<u8, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: u8) -> Self::Output

source§

impl<W> WCodec<usize, &mut W> for Zenoh080
where W: Writer,

§

type Output = Result<(), DidntWrite>

source§

fn write(self, writer: &mut W, x: usize) -> Self::Output

source§

impl Copy for Zenoh080

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> AsNode<T> for T

source§

fn as_node(&self) -> &T

source§

impl<T> AsNodeMut<T> for T

source§

fn as_node_mut(&mut self) -> &mut T

source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more