pub enum CtLocationType {
Input,
Issuance,
Reissuance,
}Expand description
Inputs or pseudo-inputs.
Variants§
Trait Implementations§
Source§impl Clone for CtLocationType
impl Clone for CtLocationType
Source§fn clone(&self) -> CtLocationType
fn clone(&self) -> CtLocationType
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 CtLocationType
impl Debug for CtLocationType
Source§impl Hash for CtLocationType
impl Hash for CtLocationType
Source§impl Ord for CtLocationType
impl Ord for CtLocationType
Source§fn cmp(&self, other: &CtLocationType) -> Ordering
fn cmp(&self, other: &CtLocationType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CtLocationType
impl PartialEq for CtLocationType
Source§impl PartialOrd for CtLocationType
impl PartialOrd for CtLocationType
impl Copy for CtLocationType
impl Eq for CtLocationType
impl StructuralPartialEq for CtLocationType
Auto Trait Implementations§
impl Freeze for CtLocationType
impl RefUnwindSafe for CtLocationType
impl Send for CtLocationType
impl Sync for CtLocationType
impl Unpin for CtLocationType
impl UnwindSafe for CtLocationType
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