Struct chainhook_types::AnchorBlockPosition
source · pub struct AnchorBlockPosition { /* private fields */ }Trait Implementations§
source§impl Clone for AnchorBlockPosition
impl Clone for AnchorBlockPosition
source§fn clone(&self) -> AnchorBlockPosition
fn clone(&self) -> AnchorBlockPosition
Returns a copy 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 AnchorBlockPosition
impl Debug for AnchorBlockPosition
source§impl<'de> Deserialize<'de> for AnchorBlockPosition
impl<'de> Deserialize<'de> for AnchorBlockPosition
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for AnchorBlockPosition
impl PartialEq for AnchorBlockPosition
source§fn eq(&self, other: &AnchorBlockPosition) -> bool
fn eq(&self, other: &AnchorBlockPosition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AnchorBlockPosition
impl Serialize for AnchorBlockPosition
impl StructuralPartialEq for AnchorBlockPosition
Auto Trait Implementations§
impl RefUnwindSafe for AnchorBlockPosition
impl Send for AnchorBlockPosition
impl Sync for AnchorBlockPosition
impl Unpin for AnchorBlockPosition
impl UnwindSafe for AnchorBlockPosition
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