pub enum SignTarget {
Artifact(PathBuf),
CommitRange(String),
}Expand description
Represents the resolved target for a sign operation.
Variants§
Auto Trait Implementations§
impl Freeze for SignTarget
impl RefUnwindSafe for SignTarget
impl Send for SignTarget
impl Sync for SignTarget
impl Unpin for SignTarget
impl UnsafeUnpin for SignTarget
impl UnwindSafe for SignTarget
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