pub struct SignOpts<'a> {
pub endpoint: &'a str,
pub account_name: &'a str,
pub cert_profile: &'a str,
pub timestamp_server: &'a str,
pub dlib_path: &'a Path,
pub verbose: bool,
}Fields§
§endpoint: &'a str§account_name: &'a str§cert_profile: &'a str§timestamp_server: &'a str§dlib_path: &'a Path§verbose: boolAuto Trait Implementations§
impl<'a> Freeze for SignOpts<'a>
impl<'a> RefUnwindSafe for SignOpts<'a>
impl<'a> Send for SignOpts<'a>
impl<'a> Sync for SignOpts<'a>
impl<'a> Unpin for SignOpts<'a>
impl<'a> UnsafeUnpin for SignOpts<'a>
impl<'a> UnwindSafe for SignOpts<'a>
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