Enum nstd_sys::core::optional::NSTDOptionalStatus
source · #[repr(C)]
pub enum NSTDOptionalStatus {
NSTD_OPTIONAL_STATUS_NONE,
NSTD_OPTIONAL_STATUS_SOME,
}Available on crate feature
nstd_core only.Expand description
Describes an NSTDOptional variant.
Variants
NSTD_OPTIONAL_STATUS_NONE
No value.
NSTD_OPTIONAL_STATUS_SOME
“Some” initialized value.
Auto Trait Implementations
impl RefUnwindSafe for NSTDOptionalStatus
impl Send for NSTDOptionalStatus
impl Sync for NSTDOptionalStatus
impl Unpin for NSTDOptionalStatus
impl UnwindSafe for NSTDOptionalStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more