pub struct ApprovedForAllResponse {
    pub approved_for_all: ApprovedForAll,
}Expand description
wrapper to deserialize ApprovedForAll responses
Fields
approved_for_all: ApprovedForAllTrait Implementations
sourceimpl<'de> Deserialize<'de> for ApprovedForAllResponse
 
impl<'de> Deserialize<'de> for ApprovedForAllResponse
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 ApprovedForAllResponse
 
impl Serialize for ApprovedForAllResponse
Auto Trait Implementations
impl RefUnwindSafe for ApprovedForAllResponse
impl Send for ApprovedForAllResponse
impl Sync for ApprovedForAllResponse
impl Unpin for ApprovedForAllResponse
impl UnwindSafe for ApprovedForAllResponse
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