Enum zenoh_protocol_core::SubMode
source · [−]#[repr(u8)]
pub enum SubMode {
Push,
Pull,
}
Expand description
The subscription mode.
Variants
Push
Pull
Trait Implementations
impl Copy for SubMode
impl Eq for SubMode
impl StructuralEq for SubMode
impl StructuralPartialEq for SubMode
Auto Trait Implementations
impl RefUnwindSafe for SubMode
impl Send for SubMode
impl Sync for SubMode
impl Unpin for SubMode
impl UnwindSafe for SubMode
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