pub enum QuantumWalkType {
ContinuousTime,
DiscreteTimeCoin,
Scattering,
}Variants§
Trait Implementations§
Source§impl Clone for QuantumWalkType
impl Clone for QuantumWalkType
Source§fn clone(&self) -> QuantumWalkType
fn clone(&self) -> QuantumWalkType
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 QuantumWalkType
impl Debug for QuantumWalkType
Source§impl PartialEq for QuantumWalkType
impl PartialEq for QuantumWalkType
impl Eq for QuantumWalkType
impl StructuralPartialEq for QuantumWalkType
Auto Trait Implementations§
impl Freeze for QuantumWalkType
impl RefUnwindSafe for QuantumWalkType
impl Send for QuantumWalkType
impl Sync for QuantumWalkType
impl Unpin for QuantumWalkType
impl UnsafeUnpin for QuantumWalkType
impl UnwindSafe for QuantumWalkType
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