#[repr(C)]pub struct FailureLatchInfallibleSource {
pub _base: FailureLatch,
}
Fields§
§_base: FailureLatch
Trait Implementations§
Source§impl Debug for FailureLatchInfallibleSource
impl Debug for FailureLatchInfallibleSource
Source§impl PartialEq for FailureLatchInfallibleSource
impl PartialEq for FailureLatchInfallibleSource
Source§fn eq(&self, other: &FailureLatchInfallibleSource) -> bool
fn eq(&self, other: &FailureLatchInfallibleSource) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FailureLatchInfallibleSource
Auto Trait Implementations§
impl Freeze for FailureLatchInfallibleSource
impl RefUnwindSafe for FailureLatchInfallibleSource
impl !Send for FailureLatchInfallibleSource
impl !Sync for FailureLatchInfallibleSource
impl Unpin for FailureLatchInfallibleSource
impl UnwindSafe for FailureLatchInfallibleSource
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more