pub struct GrepManifestObjectId(/* private fields */);Expand description
Durable object id for one stored grep manifest.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GrepManifestObjectId
impl AsRef<str> for GrepManifestObjectId
Source§impl Borrow<str> for GrepManifestObjectId
impl Borrow<str> for GrepManifestObjectId
Source§impl Clone for GrepManifestObjectId
impl Clone for GrepManifestObjectId
Source§fn clone(&self) -> GrepManifestObjectId
fn clone(&self) -> GrepManifestObjectId
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 GrepManifestObjectId
impl Debug for GrepManifestObjectId
Source§impl<'de> Deserialize<'de> for GrepManifestObjectId
impl<'de> Deserialize<'de> for GrepManifestObjectId
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 GrepManifestObjectId
impl Display for GrepManifestObjectId
impl Eq for GrepManifestObjectId
Source§impl FromStr for GrepManifestObjectId
impl FromStr for GrepManifestObjectId
Source§impl Hash for GrepManifestObjectId
impl Hash for GrepManifestObjectId
Source§impl Ord for GrepManifestObjectId
impl Ord for GrepManifestObjectId
Source§fn cmp(&self, other: &GrepManifestObjectId) -> Ordering
fn cmp(&self, other: &GrepManifestObjectId) -> 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 GrepManifestObjectId
impl PartialEq for GrepManifestObjectId
Source§impl PartialOrd for GrepManifestObjectId
impl PartialOrd for GrepManifestObjectId
Source§impl Serialize for GrepManifestObjectId
impl Serialize for GrepManifestObjectId
impl StructuralPartialEq for GrepManifestObjectId
Source§impl TryFrom<&str> for GrepManifestObjectId
impl TryFrom<&str> for GrepManifestObjectId
Auto Trait Implementations§
impl Freeze for GrepManifestObjectId
impl RefUnwindSafe for GrepManifestObjectId
impl Send for GrepManifestObjectId
impl Sync for GrepManifestObjectId
impl Unpin for GrepManifestObjectId
impl UnsafeUnpin for GrepManifestObjectId
impl UnwindSafe for GrepManifestObjectId
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