pub enum EnvelopeType {
ENVELOPE_TYPE_SCP = 1,
ENVELOPE_TYPE_TX = 2,
ENVELOPE_TYPE_AUTH = 3,
ENVELOPE_TYPE_SCPVALUE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for EnvelopeType
impl Clone for EnvelopeType
Source§fn clone(&self) -> EnvelopeType
fn clone(&self) -> EnvelopeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnvelopeType
impl Debug for EnvelopeType
Source§impl<Out: Write> Pack<Out> for EnvelopeType
impl<Out: Write> Pack<Out> for EnvelopeType
Source§impl PartialEq for EnvelopeType
impl PartialEq for EnvelopeType
Source§impl<In: Read> Unpack<In> for EnvelopeType
impl<In: Read> Unpack<In> for EnvelopeType
impl Copy for EnvelopeType
impl Eq for EnvelopeType
impl StructuralPartialEq for EnvelopeType
Auto Trait Implementations§
impl Freeze for EnvelopeType
impl RefUnwindSafe for EnvelopeType
impl Send for EnvelopeType
impl Sync for EnvelopeType
impl Unpin for EnvelopeType
impl UnwindSafe for EnvelopeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more