pub struct EASTimestamped {
pub chain: Chain,
}Expand description
Attestation by EAS::timestamp
Fields§
§chain: ChainTrait Implementations§
Source§impl<'a> Attestation<'a> for EASTimestamped
impl<'a> Attestation<'a> for EASTimestamped
const TAG: AttestationTag = EAS_TIMESTAMP_TAG
fn from_raw_data(data: &'a [u8]) -> Result<Self, DecodeError>
fn to_raw_data_in<A: Allocator>( &self, alloc: A, ) -> Result<Vec<u8, A>, EncodeError>
fn from_raw<A: Allocator>( raw: &'a RawAttestation<A>, ) -> Result<Self, DecodeError>
fn to_raw(&self) -> Result<RawAttestation, EncodeError>
fn to_raw_in<A: Allocator>( &self, alloc: A, ) -> Result<RawAttestation<A>, EncodeError>
Source§impl Clone for EASTimestamped
impl Clone for EASTimestamped
Source§fn clone(&self) -> EASTimestamped
fn clone(&self) -> EASTimestamped
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EASTimestamped
impl Debug for EASTimestamped
Source§impl Display for EASTimestamped
impl Display for EASTimestamped
Source§impl PartialEq for EASTimestamped
impl PartialEq for EASTimestamped
impl Eq for EASTimestamped
impl StructuralPartialEq for EASTimestamped
Auto Trait Implementations§
impl Freeze for EASTimestamped
impl RefUnwindSafe for EASTimestamped
impl Send for EASTimestamped
impl Sync for EASTimestamped
impl Unpin for EASTimestamped
impl UnsafeUnpin for EASTimestamped
impl UnwindSafe for EASTimestamped
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