pub struct AvcValidationRequest {
pub credential: AutonomousVolitionCredential,
pub action: Option<AvcActionRequest>,
pub now: Timestamp,
}Fields§
§credential: AutonomousVolitionCredential§action: Option<AvcActionRequest>§now: TimestampTrait Implementations§
Source§impl Clone for AvcValidationRequest
impl Clone for AvcValidationRequest
Source§fn clone(&self) -> AvcValidationRequest
fn clone(&self) -> AvcValidationRequest
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 AvcValidationRequest
impl Debug for AvcValidationRequest
Source§impl<'de> Deserialize<'de> for AvcValidationRequest
impl<'de> Deserialize<'de> for AvcValidationRequest
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 AvcValidationRequest
Source§impl PartialEq for AvcValidationRequest
impl PartialEq for AvcValidationRequest
Source§fn eq(&self, other: &AvcValidationRequest) -> bool
fn eq(&self, other: &AvcValidationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AvcValidationRequest
impl Serialize for AvcValidationRequest
impl StructuralPartialEq for AvcValidationRequest
Auto Trait Implementations§
impl Freeze for AvcValidationRequest
impl RefUnwindSafe for AvcValidationRequest
impl Send for AvcValidationRequest
impl Sync for AvcValidationRequest
impl Unpin for AvcValidationRequest
impl UnsafeUnpin for AvcValidationRequest
impl UnwindSafe for AvcValidationRequest
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