#[repr(i32)]pub enum Handle_Disambiguator {
DeliberatelyChoosingThisOverload = 0,
}Variants§
DeliberatelyChoosingThisOverload = 0
Trait Implementations§
Source§impl Clone for Handle_Disambiguator
impl Clone for Handle_Disambiguator
Source§fn clone(&self) -> Handle_Disambiguator
fn clone(&self) -> Handle_Disambiguator
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 Handle_Disambiguator
impl Debug for Handle_Disambiguator
Source§impl Hash for Handle_Disambiguator
impl Hash for Handle_Disambiguator
Source§impl PartialEq for Handle_Disambiguator
impl PartialEq for Handle_Disambiguator
impl Copy for Handle_Disambiguator
impl Eq for Handle_Disambiguator
impl StructuralPartialEq for Handle_Disambiguator
Auto Trait Implementations§
impl Freeze for Handle_Disambiguator
impl RefUnwindSafe for Handle_Disambiguator
impl Send for Handle_Disambiguator
impl Sync for Handle_Disambiguator
impl Unpin for Handle_Disambiguator
impl UnwindSafe for Handle_Disambiguator
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:
DeliberatelyChoosingThisOverload: 0 bytes