pub enum EndorsementPolicyOperator {
And,
Or,
}
Expand description
Endorsement policy operator.
Variants§
Trait Implementations§
Source§impl Clone for EndorsementPolicyOperator
impl Clone for EndorsementPolicyOperator
Source§fn clone(&self) -> EndorsementPolicyOperator
fn clone(&self) -> EndorsementPolicyOperator
Returns a copy 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 EndorsementPolicyOperator
impl Debug for EndorsementPolicyOperator
impl Copy for EndorsementPolicyOperator
Auto Trait Implementations§
impl Freeze for EndorsementPolicyOperator
impl RefUnwindSafe for EndorsementPolicyOperator
impl Send for EndorsementPolicyOperator
impl Sync for EndorsementPolicyOperator
impl Unpin for EndorsementPolicyOperator
impl UnwindSafe for EndorsementPolicyOperator
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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