pub struct Seal { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for Seal
impl PartialEq for Seal
source§impl VerifySignature for Seal
impl VerifySignature for Seal
impl Eq for Seal
impl StructuralPartialEq for Seal
Auto Trait Implementations§
impl RefUnwindSafe for Seal
impl Send for Seal
impl Sync for Seal
impl Unpin for Seal
impl UnwindSafe for Seal
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