pub enum CdpLine {
Cdp,
Ah,
Nh,
Nl,
Al,
}Expand description
Which CDP support/resistance line to emit.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CdpLine
impl RefUnwindSafe for CdpLine
impl Send for CdpLine
impl Sync for CdpLine
impl Unpin for CdpLine
impl UnsafeUnpin for CdpLine
impl UnwindSafe for CdpLine
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