pub struct EntryUuid(/* private fields */);Expand description
UUID for a Rekor log entry
This is the unique identifier for an entry in the transparency log.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EntryUuid
impl<'de> Deserialize<'de> for EntryUuid
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
impl Eq for EntryUuid
impl StructuralPartialEq for EntryUuid
Auto Trait Implementations§
impl Freeze for EntryUuid
impl RefUnwindSafe for EntryUuid
impl Send for EntryUuid
impl Sync for EntryUuid
impl Unpin for EntryUuid
impl UnsafeUnpin for EntryUuid
impl UnwindSafe for EntryUuid
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