pub struct AicCollector { /* private fields */ }Trait Implementations§
Source§impl Clone for AicCollector
impl Clone for AicCollector
Source§fn clone(&self) -> AicCollector
fn clone(&self) -> AicCollector
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 moreimpl Copy for AicCollector
Auto Trait Implementations§
impl Freeze for AicCollector
impl RefUnwindSafe for AicCollector
impl Send for AicCollector
impl Sync for AicCollector
impl Unpin for AicCollector
impl UnsafeUnpin for AicCollector
impl UnwindSafe for AicCollector
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