pub struct SignatureFile {
pub name: String,
pub xml: String,
}Expand description
A signature document (META-INF/*signatures*.xml).
Fields§
§name: StringDocument name inside the archive.
xml: StringThe signature document as opaque XML.
Trait Implementations§
Source§impl Clone for SignatureFile
impl Clone for SignatureFile
Source§fn clone(&self) -> SignatureFile
fn clone(&self) -> SignatureFile
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 moreAuto Trait Implementations§
impl Freeze for SignatureFile
impl RefUnwindSafe for SignatureFile
impl Send for SignatureFile
impl Sync for SignatureFile
impl Unpin for SignatureFile
impl UnsafeUnpin for SignatureFile
impl UnwindSafe for SignatureFile
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