#[repr(C)]pub struct std_optional__CheckOptionalArgsConstructor {
pub _address: u8,
}Fields§
§_address: u8Trait 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 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 moreAuto Trait Implementations§
impl Freeze for std_optional__CheckOptionalArgsConstructor
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