pub struct Verify {
pub valid: bool,
}Fields§
§valid: boolTrait Implementations§
Source§impl ReplyVariant for Verify
Available on crate feature crypto-client only.
impl ReplyVariant for Verify
Available on crate feature
crypto-client only.impl Eq for Verify
impl StructuralPartialEq for Verify
Auto Trait Implementations§
impl Freeze for Verify
impl RefUnwindSafe for Verify
impl Send for Verify
impl Sync for Verify
impl Unpin for Verify
impl UnsafeUnpin for Verify
impl UnwindSafe for Verify
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