pub struct Set<'x> {
pub signature: Header<'x, &'x Signature>,
pub seal: Header<'x, &'x Seal>,
pub results: Header<'x, &'x Results>,
}
Fields§
§signature: Header<'x, &'x Signature>
§seal: Header<'x, &'x Seal>
§results: Header<'x, &'x Results>
Trait Implementations§
impl<'x> Eq for Set<'x>
impl<'x> StructuralPartialEq for Set<'x>
Auto Trait Implementations§
impl<'x> Freeze for Set<'x>
impl<'x> RefUnwindSafe for Set<'x>
impl<'x> Send for Set<'x>
impl<'x> Sync for Set<'x>
impl<'x> Unpin for Set<'x>
impl<'x> UnwindSafe for Set<'x>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.