pub struct Null();
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Null
impl RefUnwindSafe for Null
impl Send for Null
impl Sync for Null
impl Unpin for Null
impl UnwindSafe for Null
Blanket Implementations§
Source§impl<D, T> AnyCast<D> for T
impl<D, T> AnyCast<D> for T
unsafe fn has_same_type(any_internal: u64) -> bool
unsafe fn move_to_any_internal(self) -> u64
unsafe fn from_any_internal(any_internal: u64) -> T
fn move_to_any(self) -> Any<D>
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