pub enum OpGettclassDoRequest {}Available on crate feature
tc only.Expand description
Get / dump tc traffic class information.
Implementations§
Source§impl OpGettclassDoRequest
impl OpGettclassDoRequest
pub fn new(buf: &[u8]) -> (PushTcmsg, IterableOpGettclassDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpGettclassDoRequest
impl Clone for OpGettclassDoRequest
Source§fn clone(&self) -> OpGettclassDoRequest
fn clone(&self) -> OpGettclassDoRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpGettclassDoRequest
impl RefUnwindSafe for OpGettclassDoRequest
impl Send for OpGettclassDoRequest
impl Sync for OpGettclassDoRequest
impl Unpin for OpGettclassDoRequest
impl UnwindSafe for OpGettclassDoRequest
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