#[repr(C)]pub struct __undefined { /* private fields */ }
Trait Implementations§
Source§impl Clone for __undefined
impl Clone for __undefined
Source§fn clone(&self) -> __undefined
fn clone(&self) -> __undefined
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 __undefined
impl Debug for __undefined
impl Copy for __undefined
Auto Trait Implementations§
impl Freeze for __undefined
impl RefUnwindSafe for __undefined
impl Send for __undefined
impl Sync for __undefined
impl Unpin for __undefined
impl UnwindSafe for __undefined
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