pub struct SigResult { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SigResult
impl RefUnwindSafe for SigResult
impl !Send for SigResult
impl !Sync for SigResult
impl Unpin for SigResult
impl UnwindSafe for SigResult
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