Enum dji_log_parser::DecryptMethod
source · pub enum DecryptMethod {
ApiKey(String),
Keychains(Vec<Keychain>),
None,
}Variants§
Trait Implementations§
source§impl PartialEq for DecryptMethod
impl PartialEq for DecryptMethod
source§fn eq(&self, other: &DecryptMethod) -> bool
fn eq(&self, other: &DecryptMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DecryptMethod
Auto Trait Implementations§
impl Freeze for DecryptMethod
impl RefUnwindSafe for DecryptMethod
impl Send for DecryptMethod
impl Sync for DecryptMethod
impl Unpin for DecryptMethod
impl UnwindSafe for DecryptMethod
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