pub struct SystemServerStatsRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SystemServerStatsRequest
impl Clone for SystemServerStatsRequest
Source§fn clone(&self) -> SystemServerStatsRequest
fn clone(&self) -> SystemServerStatsRequest
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 SystemServerStatsRequest
impl Debug for SystemServerStatsRequest
Source§impl Default for SystemServerStatsRequest
impl Default for SystemServerStatsRequest
Source§impl From<SystemServerStatsRequest> for SystemServerStatsRequest
impl From<SystemServerStatsRequest> for SystemServerStatsRequest
Source§fn from(value: SystemServerStatsRequest) -> Self
fn from(value: SystemServerStatsRequest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SystemServerStatsRequest> for SystemServerStatsRequest
impl TryFrom<SystemServerStatsRequest> for SystemServerStatsRequest
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SystemServerStatsRequest) -> Result<Self, ConversionError>
fn try_from(value: SystemServerStatsRequest) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SystemServerStatsRequest
impl RefUnwindSafe for SystemServerStatsRequest
impl Send for SystemServerStatsRequest
impl Sync for SystemServerStatsRequest
impl Unpin for SystemServerStatsRequest
impl UnsafeUnpin for SystemServerStatsRequest
impl UnwindSafe for SystemServerStatsRequest
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