pub struct ScannerRef(pub String);Expand description
Identifier referencing a scanner provider.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for ScannerRef
impl AsRef<str> for ScannerRef
Source§impl Clone for ScannerRef
impl Clone for ScannerRef
Source§fn clone(&self) -> ScannerRef
fn clone(&self) -> ScannerRef
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScannerRef
impl Debug for ScannerRef
Source§impl<'de> Deserialize<'de> for ScannerRef
impl<'de> Deserialize<'de> for ScannerRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ScannerRef
impl Display for ScannerRef
Source§impl From<ScannerRef> for String
impl From<ScannerRef> for String
Source§fn from(value: ScannerRef) -> Self
fn from(value: ScannerRef) -> Self
Converts to this type from the input type.
Source§impl FromStr for ScannerRef
impl FromStr for ScannerRef
Source§impl Hash for ScannerRef
impl Hash for ScannerRef
Source§impl Ord for ScannerRef
impl Ord for ScannerRef
Source§impl PartialEq for ScannerRef
impl PartialEq for ScannerRef
Source§impl PartialOrd for ScannerRef
impl PartialOrd for ScannerRef
Source§impl Serialize for ScannerRef
impl Serialize for ScannerRef
Source§impl TryFrom<&str> for ScannerRef
impl TryFrom<&str> for ScannerRef
Source§impl TryFrom<String> for ScannerRef
impl TryFrom<String> for ScannerRef
impl Eq for ScannerRef
impl StructuralPartialEq for ScannerRef
Auto Trait Implementations§
impl Freeze for ScannerRef
impl RefUnwindSafe for ScannerRef
impl Send for ScannerRef
impl Sync for ScannerRef
impl Unpin for ScannerRef
impl UnwindSafe for ScannerRef
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.