pub struct RestitutionQuery {
pub case_id: String,
pub defendant_did: String,
}Expand description
Query: Check restitution ability (Civic → Finance)
Fields§
§case_id: String§defendant_did: StringTrait Implementations§
Source§impl Clone for RestitutionQuery
impl Clone for RestitutionQuery
Source§fn clone(&self) -> RestitutionQuery
fn clone(&self) -> RestitutionQuery
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 RestitutionQuery
impl Debug for RestitutionQuery
Source§impl<'de> Deserialize<'de> for RestitutionQuery
impl<'de> Deserialize<'de> for RestitutionQuery
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 RestitutionQuery
impl RefUnwindSafe for RestitutionQuery
impl Send for RestitutionQuery
impl Sync for RestitutionQuery
impl Unpin for RestitutionQuery
impl UnsafeUnpin for RestitutionQuery
impl UnwindSafe for RestitutionQuery
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