pub struct VerificationReturn {
pub success: bool,
}Fields§
§success: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for VerificationReturn
impl RefUnwindSafe for VerificationReturn
impl Send for VerificationReturn
impl Sync for VerificationReturn
impl Unpin for VerificationReturn
impl UnwindSafe for VerificationReturn
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