pub enum AllowTrustResult {
ALLOW_TRUST_SUCCESS,
default,
}
Variants§
Trait Implementations§
Source§impl Clone for AllowTrustResult
impl Clone for AllowTrustResult
Source§fn clone(&self) -> AllowTrustResult
fn clone(&self) -> AllowTrustResult
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 AllowTrustResult
impl Debug for AllowTrustResult
Source§impl<Out: Write> Pack<Out> for AllowTrustResult
impl<Out: Write> Pack<Out> for AllowTrustResult
Source§impl PartialEq for AllowTrustResult
impl PartialEq for AllowTrustResult
Source§impl<In: Read> Unpack<In> for AllowTrustResult
impl<In: Read> Unpack<In> for AllowTrustResult
impl Copy for AllowTrustResult
impl Eq for AllowTrustResult
impl StructuralPartialEq for AllowTrustResult
Auto Trait Implementations§
impl Freeze for AllowTrustResult
impl RefUnwindSafe for AllowTrustResult
impl Send for AllowTrustResult
impl Sync for AllowTrustResult
impl Unpin for AllowTrustResult
impl UnwindSafe for AllowTrustResult
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