pub enum JumpstreamPattern {
LightJs,
AnchorJs,
JS,
JT,
All,
}Variants§
Trait Implementations§
Source§impl Clone for JumpstreamPattern
impl Clone for JumpstreamPattern
Source§fn clone(&self) -> JumpstreamPattern
fn clone(&self) -> JumpstreamPattern
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 JumpstreamPattern
impl Debug for JumpstreamPattern
Source§impl Hash for JumpstreamPattern
impl Hash for JumpstreamPattern
Source§impl PartialEq for JumpstreamPattern
impl PartialEq for JumpstreamPattern
impl Eq for JumpstreamPattern
impl StructuralPartialEq for JumpstreamPattern
Auto Trait Implementations§
impl Freeze for JumpstreamPattern
impl RefUnwindSafe for JumpstreamPattern
impl Send for JumpstreamPattern
impl Sync for JumpstreamPattern
impl Unpin for JumpstreamPattern
impl UnwindSafe for JumpstreamPattern
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