pub struct PushOpGettclassDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Expand description
Get / dump tc traffic class information.
Implementations§
Source§impl<Prev: Rec> PushOpGettclassDoRequest<Prev>
impl<Prev: Rec> PushOpGettclassDoRequest<Prev>
pub fn new(prev: Prev, header: &PushTcmsg) -> Self
pub fn end_nested(self) -> Prev
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGettclassDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpGettclassDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGettclassDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGettclassDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGettclassDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGettclassDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGettclassDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGettclassDoRequest<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