Struct re_analytics::native::AbortSignal
source · pub(crate) struct AbortSignal {
aborted: Arc<AtomicBool>,
}
Fields§
§aborted: Arc<AtomicBool>
Implementations§
source§impl AbortSignal
impl AbortSignal
Trait Implementations§
source§impl Clone for AbortSignal
impl Clone for AbortSignal
source§fn clone(&self) -> AbortSignal
fn clone(&self) -> AbortSignal
Returns a copy 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 Default for AbortSignal
impl Default for AbortSignal
source§fn default() -> AbortSignal
fn default() -> AbortSignal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AbortSignal
impl RefUnwindSafe for AbortSignal
impl Send for AbortSignal
impl Sync for AbortSignal
impl Unpin for AbortSignal
impl UnwindSafe for AbortSignal
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