Struct secret_toolkit_snip721::query::OwnerOfResponse  
source · [−]pub struct OwnerOfResponse {
    pub owner_of: OwnerOf,
}Expand description
wrapper to deserialize OwnerOf responses
Fields
owner_of: OwnerOfTrait Implementations
sourceimpl<'de> Deserialize<'de> for OwnerOfResponse
 
impl<'de> Deserialize<'de> for OwnerOfResponse
sourcefn 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
sourceimpl Serialize for OwnerOfResponse
 
impl Serialize for OwnerOfResponse
Auto Trait Implementations
impl RefUnwindSafe for OwnerOfResponse
impl Send for OwnerOfResponse
impl Sync for OwnerOfResponse
impl Unpin for OwnerOfResponse
impl UnwindSafe for OwnerOfResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more