pub enum OpGetstatsDoRequest {}Available on crate feature
rt-link only.Expand description
Get / dump link stats.
Implementations§
Source§impl OpGetstatsDoRequest
impl OpGetstatsDoRequest
pub fn new(buf: &[u8]) -> (PushIfStatsMsg, IterableOpGetstatsDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpGetstatsDoRequest
impl Clone for OpGetstatsDoRequest
Source§fn clone(&self) -> OpGetstatsDoRequest
fn clone(&self) -> OpGetstatsDoRequest
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 OpGetstatsDoRequest
impl RefUnwindSafe for OpGetstatsDoRequest
impl Send for OpGetstatsDoRequest
impl Sync for OpGetstatsDoRequest
impl Unpin for OpGetstatsDoRequest
impl UnwindSafe for OpGetstatsDoRequest
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