pub struct EntryVerification { /* private fields */ }
Expand description
EntryVerification represents the verification of a given Entry change on the repository
Trait Implementations§
Source§impl Clone for EntryVerification
impl Clone for EntryVerification
Source§fn clone(&self) -> EntryVerification
fn clone(&self) -> EntryVerification
Returns a duplicate 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 EntryVerification
impl Debug for EntryVerification
Source§impl Default for EntryVerification
impl Default for EntryVerification
Source§fn default() -> EntryVerification
fn default() -> EntryVerification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntryVerificationwhere
EntryVerification: Default,
impl<'de> Deserialize<'de> for EntryVerificationwhere
EntryVerification: Default,
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
Auto Trait Implementations§
impl Freeze for EntryVerification
impl RefUnwindSafe for EntryVerification
impl Send for EntryVerification
impl Sync for EntryVerification
impl Unpin for EntryVerification
impl UnwindSafe for EntryVerification
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