pub struct SignAgreementParams {
pub category: i32,
pub agree: bool,
}Fields§
§category: i32§agree: boolTrait Implementations§
Source§impl Clone for SignAgreementParams
impl Clone for SignAgreementParams
Source§fn clone(&self) -> SignAgreementParams
fn clone(&self) -> SignAgreementParams
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 SignAgreementParams
impl Debug for SignAgreementParams
Source§impl<'de> Deserialize<'de> for SignAgreementParams
impl<'de> Deserialize<'de> for SignAgreementParams
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 SignAgreementParams
impl RefUnwindSafe for SignAgreementParams
impl Send for SignAgreementParams
impl Sync for SignAgreementParams
impl Unpin for SignAgreementParams
impl UnsafeUnpin for SignAgreementParams
impl UnwindSafe for SignAgreementParams
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