pub struct SignatureEnvelopeReference {}Implementations§
Source§impl SignatureEnvelopeReference
impl SignatureEnvelopeReference
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SignatureEnvelopeReference
impl RefUnwindSafe for SignatureEnvelopeReference
impl Send for SignatureEnvelopeReference
impl Sync for SignatureEnvelopeReference
impl Unpin for SignatureEnvelopeReference
impl UnwindSafe for SignatureEnvelopeReference
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