Struct zenoh_protocol_core::SubInfo
source · [−]pub struct SubInfo {
pub reliability: Reliability,
pub mode: SubMode,
}
Fields
reliability: Reliability
mode: SubMode
Trait Implementations
impl Eq for SubInfo
impl StructuralEq for SubInfo
impl StructuralPartialEq for SubInfo
Auto Trait Implementations
impl RefUnwindSafe for SubInfo
impl Send for SubInfo
impl Sync for SubInfo
impl Unpin for SubInfo
impl UnwindSafe for SubInfo
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