pub struct IpMatchOperator { /* private fields */ }Expand description
IP match operator (@ipMatch).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpMatchOperator
impl RefUnwindSafe for IpMatchOperator
impl Send for IpMatchOperator
impl Sync for IpMatchOperator
impl Unpin for IpMatchOperator
impl UnwindSafe for IpMatchOperator
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