pub enum TestBlockMode {
Start,
Log,
Fail,
Accept,
}Variants§
Trait Implementations§
Source§impl Clone for TestBlockMode
impl Clone for TestBlockMode
Source§fn clone(&self) -> TestBlockMode
fn clone(&self) -> TestBlockMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TestBlockMode
impl Debug for TestBlockMode
Source§impl PartialEq for TestBlockMode
impl PartialEq for TestBlockMode
Source§fn eq(&self, other: &TestBlockMode) -> bool
fn eq(&self, other: &TestBlockMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for TestBlockMode
impl PropertyEnum for TestBlockMode
impl StructuralPartialEq for TestBlockMode
Auto Trait Implementations§
impl Freeze for TestBlockMode
impl RefUnwindSafe for TestBlockMode
impl Send for TestBlockMode
impl Sync for TestBlockMode
impl Unpin for TestBlockMode
impl UnsafeUnpin for TestBlockMode
impl UnwindSafe for TestBlockMode
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