pub enum CollectGarbageMethod {
CollectGarbage,
}Variants§
CollectGarbage
Trait Implementations§
Source§impl Clone for CollectGarbageMethod
impl Clone for CollectGarbageMethod
Source§fn clone(&self) -> CollectGarbageMethod
fn clone(&self) -> CollectGarbageMethod
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 CollectGarbageMethod
impl Debug for CollectGarbageMethod
Source§impl<'de> Deserialize<'de> for CollectGarbageMethod
impl<'de> Deserialize<'de> for CollectGarbageMethod
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 CollectGarbageMethod
impl PartialEq for CollectGarbageMethod
Source§impl Serialize for CollectGarbageMethod
impl Serialize for CollectGarbageMethod
impl StructuralPartialEq for CollectGarbageMethod
Auto Trait Implementations§
impl Freeze for CollectGarbageMethod
impl RefUnwindSafe for CollectGarbageMethod
impl Send for CollectGarbageMethod
impl Sync for CollectGarbageMethod
impl Unpin for CollectGarbageMethod
impl UnsafeUnpin for CollectGarbageMethod
impl UnwindSafe for CollectGarbageMethod
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