Skip to content

get_approval_outcome_response

Enums


firma_protobuf::v1::get_approval_outcome_response::Outcome

Section titled “firma_protobuf::v1::get_approval_outcome_response::Outcome”

Enum

Variants:

  • Pending(super::PendingApproval)
  • Granted(::prost::alloc::boxed::Box<super::GrantedApproval>)
  • Denied(super::DeniedApproval)
  • Expired(super::ExpiredApproval)

Methods:

  • fn encode<impl ::prost::bytes::BufMut>(self: &Self, buf: & mut impl Trait) - Encodes the message to a buffer.
  • fn merge<impl ::prost::bytes::Buf>(field: & mut ::core::option::Option<Outcome>, tag: u32, wire_type: ::prost::encoding::wire_type::WireType, buf: & mut impl Trait, ctx: ::prost::encoding::DecodeContext) -> ::core::result::Result<(), ::prost::DecodeError> - Decodes an instance of the message from a buffer, and merges it into self.
  • fn encoded_len(self: &Self) -> usize - Returns the encoded length of the message without a length delimiter.

Traits: Eq

Trait Implementations:

  • Clone
    • fn clone(self: &Self) -> Outcome
  • Hash
    • fn hash<__H>(self: &Self, state: & mut __H)
  • PartialEq
    • fn eq(self: &Self, other: &Outcome) -> bool
  • Debug
    • fn fmt(self: &Self, f: & mut ::core::fmt::Formatter) -> ::core::fmt::Result