pub enum OpenCloseIndicator {
Close,
CloseOpen,
None,
Open,
}Variants§
Trait Implementations§
Source§impl Debug for OpenCloseIndicator
impl Debug for OpenCloseIndicator
Source§impl PartialEq for OpenCloseIndicator
impl PartialEq for OpenCloseIndicator
Source§fn eq(&self, other: &OpenCloseIndicator) -> bool
fn eq(&self, other: &OpenCloseIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OpenCloseIndicator
Auto Trait Implementations§
impl Freeze for OpenCloseIndicator
impl RefUnwindSafe for OpenCloseIndicator
impl Send for OpenCloseIndicator
impl Sync for OpenCloseIndicator
impl Unpin for OpenCloseIndicator
impl UnsafeUnpin for OpenCloseIndicator
impl UnwindSafe for OpenCloseIndicator
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