Enum tasm_lib::snippet::InputSource
source · pub enum InputSource {
StdIn,
SecretIn,
}
Variants§
Trait Implementations§
source§impl Clone for InputSource
impl Clone for InputSource
source§fn clone(&self) -> InputSource
fn clone(&self) -> InputSource
Returns a copy 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 InputSource
impl Debug for InputSource
source§impl Display for InputSource
impl Display for InputSource
source§impl Hash for InputSource
impl Hash for InputSource
source§impl PartialEq<InputSource> for InputSource
impl PartialEq<InputSource> for InputSource
source§fn eq(&self, other: &InputSource) -> bool
fn eq(&self, other: &InputSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InputSource
impl StructuralEq for InputSource
impl StructuralPartialEq for InputSource
Auto Trait Implementations§
impl RefUnwindSafe for InputSource
impl Send for InputSource
impl Sync for InputSource
impl Unpin for InputSource
impl UnwindSafe for InputSource
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more