pub struct ClapperQueue { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperQueue
impl RefUnwindSafe for ClapperQueue
impl !Send for ClapperQueue
impl !Sync for ClapperQueue
impl !Unpin for ClapperQueue
impl UnsafeUnpin for ClapperQueue
impl UnwindSafe for ClapperQueue
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