#[repr(C)]pub struct LazyAssertedCastT<From> {
pub _phantom_0: PhantomData<UnsafeCell<From>>,
pub mVal: From,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<From>>
§mVal: From
Trait Implementations§
Source§impl<From: Clone> Clone for LazyAssertedCastT<From>
impl<From: Clone> Clone for LazyAssertedCastT<From>
Source§fn clone(&self) -> LazyAssertedCastT<From>
fn clone(&self) -> LazyAssertedCastT<From>
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<From: Debug> Debug for LazyAssertedCastT<From>
impl<From: Debug> Debug for LazyAssertedCastT<From>
Source§impl<From: PartialEq> PartialEq for LazyAssertedCastT<From>
impl<From: PartialEq> PartialEq for LazyAssertedCastT<From>
impl<From: Copy> Copy for LazyAssertedCastT<From>
impl<From> StructuralPartialEq for LazyAssertedCastT<From>
Auto Trait Implementations§
impl<From> Freeze for LazyAssertedCastT<From>where
From: Freeze,
impl<From> !RefUnwindSafe for LazyAssertedCastT<From>
impl<From> Send for LazyAssertedCastT<From>where
From: Send,
impl<From> !Sync for LazyAssertedCastT<From>
impl<From> Unpin for LazyAssertedCastT<From>where
From: Unpin,
impl<From> UnwindSafe for LazyAssertedCastT<From>where
From: UnwindSafe,
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