pub struct UnloadModelNodeStats {}Implementations§
Source§impl UnloadModelNodeStats
impl UnloadModelNodeStats
pub fn new() -> UnloadModelNodeStats
Trait Implementations§
Source§impl Clone for UnloadModelNodeStats
impl Clone for UnloadModelNodeStats
Source§fn clone(&self) -> UnloadModelNodeStats
fn clone(&self) -> UnloadModelNodeStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnloadModelNodeStats
impl Debug for UnloadModelNodeStats
Source§impl Default for UnloadModelNodeStats
impl Default for UnloadModelNodeStats
Source§fn default() -> UnloadModelNodeStats
fn default() -> UnloadModelNodeStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnloadModelNodeStats
impl<'de> Deserialize<'de> for UnloadModelNodeStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnloadModelNodeStats
impl PartialEq for UnloadModelNodeStats
Source§fn eq(&self, other: &UnloadModelNodeStats) -> bool
fn eq(&self, other: &UnloadModelNodeStats) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UnloadModelNodeStats
impl Serialize for UnloadModelNodeStats
impl StructuralPartialEq for UnloadModelNodeStats
Auto Trait Implementations§
impl Freeze for UnloadModelNodeStats
impl RefUnwindSafe for UnloadModelNodeStats
impl Send for UnloadModelNodeStats
impl Sync for UnloadModelNodeStats
impl Unpin for UnloadModelNodeStats
impl UnsafeUnpin for UnloadModelNodeStats
impl UnwindSafe for UnloadModelNodeStats
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