Struct zenoh_protocol::core::key_expr::intersect::ClassicIntersector
source · pub struct ClassicIntersector;Trait Implementations§
source§impl Intersector<&[u8], &[u8]> for ClassicIntersector
impl Intersector<&[u8], &[u8]> for ClassicIntersector
Auto Trait Implementations§
impl Freeze for ClassicIntersector
impl RefUnwindSafe for ClassicIntersector
impl Send for ClassicIntersector
impl Sync for ClassicIntersector
impl Unpin for ClassicIntersector
impl UnwindSafe for ClassicIntersector
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more