pub struct ProveSingleHashResponse {
pub success: bool,
pub hash: Option<String>,
pub timeuuid: Option<String>,
pub encoding: Option<String>,
pub error: Option<String>,
}Fields§
§success: bool§hash: Option<String>§timeuuid: Option<String>§encoding: Option<String>§error: Option<String>Trait Implementations§
Source§impl Clone for ProveSingleHashResponse
impl Clone for ProveSingleHashResponse
Source§fn clone(&self) -> ProveSingleHashResponse
fn clone(&self) -> ProveSingleHashResponse
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 ProveSingleHashResponse
impl Debug for ProveSingleHashResponse
Source§impl Default for ProveSingleHashResponse
impl Default for ProveSingleHashResponse
Source§fn default() -> ProveSingleHashResponse
fn default() -> ProveSingleHashResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProveSingleHashResponse
impl<'de> Deserialize<'de> for ProveSingleHashResponse
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 PartialEq for ProveSingleHashResponse
impl PartialEq for ProveSingleHashResponse
Source§fn eq(&self, other: &ProveSingleHashResponse) -> bool
fn eq(&self, other: &ProveSingleHashResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProveSingleHashResponse
impl Serialize for ProveSingleHashResponse
impl Eq for ProveSingleHashResponse
impl StructuralPartialEq for ProveSingleHashResponse
Auto Trait Implementations§
impl Freeze for ProveSingleHashResponse
impl RefUnwindSafe for ProveSingleHashResponse
impl Send for ProveSingleHashResponse
impl Sync for ProveSingleHashResponse
impl Unpin for ProveSingleHashResponse
impl UnsafeUnpin for ProveSingleHashResponse
impl UnwindSafe for ProveSingleHashResponse
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