pub struct CollateralPropertyQuery {
pub property_hash: String,
}Expand description
Query: Verify property as collateral (Finance → Commons)
Fields§
§property_hash: StringTrait Implementations§
Source§impl Clone for CollateralPropertyQuery
impl Clone for CollateralPropertyQuery
Source§fn clone(&self) -> CollateralPropertyQuery
fn clone(&self) -> CollateralPropertyQuery
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 CollateralPropertyQuery
impl Debug for CollateralPropertyQuery
Source§impl<'de> Deserialize<'de> for CollateralPropertyQuery
impl<'de> Deserialize<'de> for CollateralPropertyQuery
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 CollateralPropertyQuery
impl RefUnwindSafe for CollateralPropertyQuery
impl Send for CollateralPropertyQuery
impl Sync for CollateralPropertyQuery
impl Unpin for CollateralPropertyQuery
impl UnsafeUnpin for CollateralPropertyQuery
impl UnwindSafe for CollateralPropertyQuery
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