pub struct CollectGarbageBuilder;Implementations§
Source§impl CollectGarbageBuilder
impl CollectGarbageBuilder
pub fn new() -> Self
pub fn build(self) -> CollectGarbage
Trait Implementations§
Source§impl Clone for CollectGarbageBuilder
impl Clone for CollectGarbageBuilder
Source§fn clone(&self) -> CollectGarbageBuilder
fn clone(&self) -> CollectGarbageBuilder
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 CollectGarbageBuilder
impl Debug for CollectGarbageBuilder
Source§impl Default for CollectGarbageBuilder
impl Default for CollectGarbageBuilder
Source§fn default() -> CollectGarbageBuilder
fn default() -> CollectGarbageBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectGarbageBuilder
impl RefUnwindSafe for CollectGarbageBuilder
impl Send for CollectGarbageBuilder
impl Sync for CollectGarbageBuilder
impl Unpin for CollectGarbageBuilder
impl UnsafeUnpin for CollectGarbageBuilder
impl UnwindSafe for CollectGarbageBuilder
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