pub struct GrepManifestId(/* private fields */);Expand description
Identifies one stored grep manifest.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GrepManifestId
impl AsRef<str> for GrepManifestId
Source§impl Borrow<str> for GrepManifestId
impl Borrow<str> for GrepManifestId
Source§impl Clone for GrepManifestId
impl Clone for GrepManifestId
Source§fn clone(&self) -> GrepManifestId
fn clone(&self) -> GrepManifestId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GrepManifestId
impl Debug for GrepManifestId
Source§impl<'de> Deserialize<'de> for GrepManifestId
impl<'de> Deserialize<'de> for GrepManifestId
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 GrepManifestId
impl Display for GrepManifestId
impl Eq for GrepManifestId
Source§impl FromStr for GrepManifestId
impl FromStr for GrepManifestId
Source§impl Hash for GrepManifestId
impl Hash for GrepManifestId
Source§impl Ord for GrepManifestId
impl Ord for GrepManifestId
Source§fn cmp(&self, other: &GrepManifestId) -> Ordering
fn cmp(&self, other: &GrepManifestId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GrepManifestId
impl PartialEq for GrepManifestId
Source§impl PartialOrd for GrepManifestId
impl PartialOrd for GrepManifestId
Source§impl Serialize for GrepManifestId
impl Serialize for GrepManifestId
impl StructuralPartialEq for GrepManifestId
Source§impl TryFrom<&str> for GrepManifestId
impl TryFrom<&str> for GrepManifestId
Auto Trait Implementations§
impl Freeze for GrepManifestId
impl RefUnwindSafe for GrepManifestId
impl Send for GrepManifestId
impl Sync for GrepManifestId
impl Unpin for GrepManifestId
impl UnsafeUnpin for GrepManifestId
impl UnwindSafe for GrepManifestId
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