pub struct InscriptionResponse {
pub address: String,
pub id: String,
}Fields§
§address: String§id: StringTrait Implementations§
Source§impl Clone for InscriptionResponse
impl Clone for InscriptionResponse
Source§fn clone(&self) -> InscriptionResponse
fn clone(&self) -> InscriptionResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 InscriptionResponse
impl Debug for InscriptionResponse
Source§impl<'de> Deserialize<'de> for InscriptionResponse
impl<'de> Deserialize<'de> for InscriptionResponse
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 InscriptionResponse
impl RefUnwindSafe for InscriptionResponse
impl Send for InscriptionResponse
impl Sync for InscriptionResponse
impl Unpin for InscriptionResponse
impl UnsafeUnpin for InscriptionResponse
impl UnwindSafe for InscriptionResponse
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