Struct cw721::Approval [−][src]
pub struct Approval {
pub spender: String,
pub expires: Expiration,
}Fields
spender: StringAccount that can transfer/send the token
expires: ExpirationWhen the Approval expires (maybe Expiration::never)
Trait Implementations
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 RefUnwindSafe for Approval
impl UnwindSafe for Approval
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self