Struct wasix::lib_generated64::Option
source · #[repr(transparent)]pub struct Option(_);
Implementations§
Trait Implementations§
source§impl Ord for Option
impl Ord for Option
source§impl PartialEq<Option> for Option
impl PartialEq<Option> for Option
source§impl PartialOrd<Option> for Option
impl PartialOrd<Option> for Option
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Option
impl Eq for Option
impl StructuralEq for Option
impl StructuralPartialEq for Option
Auto Trait Implementations§
impl RefUnwindSafe for Option
impl Send for Option
impl Sync for Option
impl Unpin for Option
impl UnwindSafe for Option
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