#[repr(i32)]pub enum HashTable_FailureBehavior {
DontReportFailure = 0,
}Variants§
DontReportFailure = 0
Implementations§
Source§impl HashTable_FailureBehavior
impl HashTable_FailureBehavior
pub const ReportFailure: HashTable_FailureBehavior = HashTable_FailureBehavior::DontReportFailure
Trait Implementations§
Source§impl Clone for HashTable_FailureBehavior
impl Clone for HashTable_FailureBehavior
Source§fn clone(&self) -> HashTable_FailureBehavior
fn clone(&self) -> HashTable_FailureBehavior
Returns a duplicate 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 Debug for HashTable_FailureBehavior
impl Debug for HashTable_FailureBehavior
Source§impl Hash for HashTable_FailureBehavior
impl Hash for HashTable_FailureBehavior
impl Copy for HashTable_FailureBehavior
impl Eq for HashTable_FailureBehavior
impl StructuralPartialEq for HashTable_FailureBehavior
Auto Trait Implementations§
impl Freeze for HashTable_FailureBehavior
impl RefUnwindSafe for HashTable_FailureBehavior
impl Send for HashTable_FailureBehavior
impl Sync for HashTable_FailureBehavior
impl Unpin for HashTable_FailureBehavior
impl UnwindSafe for HashTable_FailureBehavior
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
DontReportFailure: 0 bytes