enum OperatorAlgorithm {
A0,
A1,
A2,
A3,
A4,
A5,
A6,
A7,
}
Variants§
Trait Implementations§
source§impl Clone for OperatorAlgorithm
impl Clone for OperatorAlgorithm
source§fn clone(&self) -> OperatorAlgorithm
fn clone(&self) -> OperatorAlgorithm
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 OperatorAlgorithm
impl Debug for OperatorAlgorithm
impl Copy for OperatorAlgorithm
Auto Trait Implementations§
impl Freeze for OperatorAlgorithm
impl RefUnwindSafe for OperatorAlgorithm
impl Send for OperatorAlgorithm
impl Sync for OperatorAlgorithm
impl Unpin for OperatorAlgorithm
impl UnwindSafe for OperatorAlgorithm
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T