Enum debian_watch::PgpMode
source · pub enum PgpMode {
Auto,
Default,
Mangle,
Next,
Previous,
SelfSignature,
GitTag,
}Variants§
Trait Implementations§
source§impl PartialEq for PgpMode
impl PartialEq for PgpMode
impl Copy for PgpMode
impl Eq for PgpMode
impl StructuralPartialEq for PgpMode
Auto Trait Implementations§
impl RefUnwindSafe for PgpMode
impl Send for PgpMode
impl Sync for PgpMode
impl Unpin for PgpMode
impl UnwindSafe for PgpMode
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