pub struct PackageSigningInput {
pub source_id: String,
pub channel: String,
pub version: String,
pub algorithm: String,
pub key_id: String,
pub publisher_id: String,
pub plugin_id: String,
pub package_hash: String,
pub manifest_hash: String,
pub entries_hash: String,
pub signed_at: String,
}Fields§
§source_id: String§channel: String§version: String§algorithm: String§key_id: String§publisher_id: String§plugin_id: String§package_hash: String§manifest_hash: String§entries_hash: String§signed_at: StringTrait Implementations§
Source§impl Clone for PackageSigningInput
impl Clone for PackageSigningInput
Source§fn clone(&self) -> PackageSigningInput
fn clone(&self) -> PackageSigningInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PackageSigningInput
impl Debug for PackageSigningInput
impl Eq for PackageSigningInput
Source§impl PartialEq for PackageSigningInput
impl PartialEq for PackageSigningInput
impl StructuralPartialEq for PackageSigningInput
Auto Trait Implementations§
impl Freeze for PackageSigningInput
impl RefUnwindSafe for PackageSigningInput
impl Send for PackageSigningInput
impl Sync for PackageSigningInput
impl Unpin for PackageSigningInput
impl UnsafeUnpin for PackageSigningInput
impl UnwindSafe for PackageSigningInput
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