pub enum PukclReturnCodeInfo {
NumberIsNotPrime,
NumberIsPrime,
}
Expand description
PukclReturnCode
nested enum subtype
Variants§
Trait Implementations§
Source§impl Clone for PukclReturnCodeInfo
impl Clone for PukclReturnCodeInfo
Source§fn clone(&self) -> PukclReturnCodeInfo
fn clone(&self) -> PukclReturnCodeInfo
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 moreSource§impl Debug for PukclReturnCodeInfo
impl Debug for PukclReturnCodeInfo
impl Copy for PukclReturnCodeInfo
Auto Trait Implementations§
impl Freeze for PukclReturnCodeInfo
impl RefUnwindSafe for PukclReturnCodeInfo
impl Send for PukclReturnCodeInfo
impl Sync for PukclReturnCodeInfo
impl Unpin for PukclReturnCodeInfo
impl UnwindSafe for PukclReturnCodeInfo
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