pub struct NoSigner;
Expand description
Archive Signer
that produces unsigned archives.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSigner
impl RefUnwindSafe for NoSigner
impl Send for NoSigner
impl Sync for NoSigner
impl Unpin for NoSigner
impl UnwindSafe for NoSigner
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