pub struct Signing {
pub sign_fn: Option<Path>,
/* private fields */
}Fields§
§sign_fn: Option<Path>Auto Trait Implementations§
impl Freeze for Signing
impl RefUnwindSafe for Signing
impl !Send for Signing
impl !Sync for Signing
impl Unpin for Signing
impl UnwindSafe for Signing
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