#[repr(C)]pub struct std_optional__CheckOptionalArgsConstructor {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for std_optional__CheckOptionalArgsConstructor
impl Clone for std_optional__CheckOptionalArgsConstructor
source§fn clone(&self) -> std_optional__CheckOptionalArgsConstructor
fn clone(&self) -> std_optional__CheckOptionalArgsConstructor
Returns a copy 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 moreimpl Copy for std_optional__CheckOptionalArgsConstructor
Auto Trait Implementations§
impl RefUnwindSafe for std_optional__CheckOptionalArgsConstructor
impl Send for std_optional__CheckOptionalArgsConstructor
impl Sync for std_optional__CheckOptionalArgsConstructor
impl Unpin for std_optional__CheckOptionalArgsConstructor
impl UnwindSafe for std_optional__CheckOptionalArgsConstructor
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