pub enum MidnightMethod {
Standard,
Jafari,
}
Expand description
The midnight method
Variants§
Trait Implementations§
Source§impl Clone for MidnightMethod
impl Clone for MidnightMethod
Source§fn clone(&self) -> MidnightMethod
fn clone(&self) -> MidnightMethod
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 moreSource§impl Debug for MidnightMethod
impl Debug for MidnightMethod
Source§impl PartialEq for MidnightMethod
impl PartialEq for MidnightMethod
impl Copy for MidnightMethod
impl StructuralPartialEq for MidnightMethod
Auto Trait Implementations§
impl Freeze for MidnightMethod
impl RefUnwindSafe for MidnightMethod
impl Send for MidnightMethod
impl Sync for MidnightMethod
impl Unpin for MidnightMethod
impl UnwindSafe for MidnightMethod
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