Struct secret_toolkit_snip20::query::MintersResponse
source · [−]pub struct MintersResponse {
pub minters: Minters,
}
Expand description
wrapper to deserialize Minters response
Fields
minters: Minters
Trait Implementations
sourceimpl<'de> Deserialize<'de> for MintersResponse
impl<'de> Deserialize<'de> for MintersResponse
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
Auto Trait Implementations
impl RefUnwindSafe for MintersResponse
impl Send for MintersResponse
impl Sync for MintersResponse
impl Unpin for MintersResponse
impl UnwindSafe for MintersResponse
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