pub enum BaseChoice {
Noise,
}
Expand description
I recommend you choose Noise
.
Variants§
Noise
Trait Implementations§
Source§impl Clone for BaseChoice
impl Clone for BaseChoice
Source§fn clone(&self) -> BaseChoice
fn clone(&self) -> BaseChoice
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BaseChoice
impl Debug for BaseChoice
Source§impl FromStr for BaseChoice
impl FromStr for BaseChoice
Source§impl PartialEq for BaseChoice
impl PartialEq for BaseChoice
impl Copy for BaseChoice
impl StructuralPartialEq for BaseChoice
Auto Trait Implementations§
impl Freeze for BaseChoice
impl RefUnwindSafe for BaseChoice
impl Send for BaseChoice
impl Sync for BaseChoice
impl Unpin for BaseChoice
impl UnwindSafe for BaseChoice
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