pub struct PushOpNotifyFilterSetDoReply<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Expand description
Set notification messages socket filter.
Implementations§
Source§impl<Prev: Rec> PushOpNotifyFilterSetDoReply<Prev>
impl<Prev: Rec> PushOpNotifyFilterSetDoReply<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpNotifyFilterSetDoReply<Prev>
impl<Prev: Rec> Drop for PushOpNotifyFilterSetDoReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpNotifyFilterSetDoReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpNotifyFilterSetDoReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpNotifyFilterSetDoReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpNotifyFilterSetDoReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpNotifyFilterSetDoReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpNotifyFilterSetDoReply<Prev>where
Prev: UnwindSafe,
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