pub struct ServiceExtended {
pub service: Service,
pub stats64: Stats64,
}
Fields§
§service: Service
§stats64: Stats64
Methods from Deref<Target = Service>§
pub fn create_nlas(&self) -> Vec<SvcCtrlAttrs>
Trait Implementations§
Source§impl Clone for ServiceExtended
impl Clone for ServiceExtended
Source§fn clone(&self) -> ServiceExtended
fn clone(&self) -> ServiceExtended
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 moreSource§impl Debug for ServiceExtended
impl Debug for ServiceExtended
Source§impl Deref for ServiceExtended
impl Deref for ServiceExtended
Source§impl PartialEq for ServiceExtended
impl PartialEq for ServiceExtended
impl Eq for ServiceExtended
impl StructuralPartialEq for ServiceExtended
Auto Trait Implementations§
impl Freeze for ServiceExtended
impl RefUnwindSafe for ServiceExtended
impl Send for ServiceExtended
impl Sync for ServiceExtended
impl Unpin for ServiceExtended
impl UnwindSafe for ServiceExtended
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