pub struct SignerBuiler { /* private fields */ }Expand description
构造器
Implementations§
Source§impl SignerBuiler
impl SignerBuiler
pub fn set_sign_type(&mut self, sign_type: &str) -> &Self
pub fn sign_type_rsa2(&mut self) -> &Self
pub fn build(&self) -> impl Signer
Auto Trait Implementations§
impl Freeze for SignerBuiler
impl RefUnwindSafe for SignerBuiler
impl Send for SignerBuiler
impl Sync for SignerBuiler
impl Unpin for SignerBuiler
impl UnwindSafe for SignerBuiler
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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