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