Struct zenoh_protocol_core::key_expr::intersect::ClassicIntersector
source · [−]pub struct ClassicIntersector;
Trait Implementations
sourceimpl Intersector<&[u8], &[u8]> for ClassicIntersector
impl Intersector<&[u8], &[u8]> for ClassicIntersector
Auto Trait Implementations
impl RefUnwindSafe for ClassicIntersector
impl Send for ClassicIntersector
impl Sync for ClassicIntersector
impl Unpin for ClassicIntersector
impl UnwindSafe for ClassicIntersector
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