Enum steam_mobile::ConfirmationMethod [−][src]
pub enum ConfirmationMethod {
Accept,
Deny,
}Expand description
Either accept the confirmation, or cancel it.
Variants
Discriminant to accept a trade
Discriminant to deny a trade
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConfirmationMethod
impl Send for ConfirmationMethod
impl Sync for ConfirmationMethod
impl Unpin for ConfirmationMethod
impl UnwindSafe for ConfirmationMethod
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more