Struct zenoh_protocol_core::ConduitSn
source · [−]Expand description
The kind of reliability.
Fields
reliable: ZInt
best_effort: ZInt
Trait Implementations
impl Copy for ConduitSn
impl Eq for ConduitSn
impl StructuralEq for ConduitSn
impl StructuralPartialEq for ConduitSn
Auto Trait Implementations
impl RefUnwindSafe for ConduitSn
impl Send for ConduitSn
impl Sync for ConduitSn
impl Unpin for ConduitSn
impl UnwindSafe for ConduitSn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more