pub enum VerifyTarget {
GitRef(String),
Attestation(String),
}Expand description
What kind of target the user provided.
Variants§
Auto Trait Implementations§
impl Freeze for VerifyTarget
impl RefUnwindSafe for VerifyTarget
impl Send for VerifyTarget
impl Sync for VerifyTarget
impl Unpin for VerifyTarget
impl UnsafeUnpin for VerifyTarget
impl UnwindSafe for VerifyTarget
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