pub(crate) enum CorimHeaderType {
Document,
Signature,
}Expand description
CoRIM header types for filtering
Variants§
Trait Implementations§
Source§impl Clone for CorimHeaderType
impl Clone for CorimHeaderType
Source§fn clone(&self) -> CorimHeaderType
fn clone(&self) -> CorimHeaderType
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 CorimHeaderType
impl Debug for CorimHeaderType
Source§impl PartialEq for CorimHeaderType
impl PartialEq for CorimHeaderType
Source§impl ValueEnum for CorimHeaderType
impl ValueEnum for CorimHeaderType
impl Copy for CorimHeaderType
impl Eq for CorimHeaderType
impl StructuralPartialEq for CorimHeaderType
Auto Trait Implementations§
impl Freeze for CorimHeaderType
impl RefUnwindSafe for CorimHeaderType
impl Send for CorimHeaderType
impl Sync for CorimHeaderType
impl Unpin for CorimHeaderType
impl UnsafeUnpin for CorimHeaderType
impl UnwindSafe for CorimHeaderType
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