pub struct AnchoredBundle {
pub anchor: Anchor<MerkleProof>,
pub bundle: TransitionBundle,
}
Fields§
§anchor: Anchor<MerkleProof>
§bundle: TransitionBundle
Trait Implementations§
Source§impl Clone for AnchoredBundle
impl Clone for AnchoredBundle
Source§fn clone(&self) -> AnchoredBundle
fn clone(&self) -> AnchoredBundle
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 AnchoredBundle
impl Debug for AnchoredBundle
Source§impl<'de> Deserialize<'de> for AnchoredBundle
impl<'de> Deserialize<'de> for AnchoredBundle
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AnchoredBundle, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AnchoredBundle, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl MergeReveal for AnchoredBundle
impl MergeReveal for AnchoredBundle
fn merge_reveal(self, other: Self) -> Result<Self, MergeRevealError>
Source§impl PartialEq for AnchoredBundle
impl PartialEq for AnchoredBundle
Source§impl Serialize for AnchoredBundle
impl Serialize for AnchoredBundle
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl StrictDecode for AnchoredBundle
impl StrictDecode for AnchoredBundle
fn strict_decode( reader: &mut impl TypedRead, ) -> Result<AnchoredBundle, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
Source§impl StrictDumb for AnchoredBundle
impl StrictDumb for AnchoredBundle
fn strict_dumb() -> AnchoredBundle
Source§impl StrictEncode for AnchoredBundle
impl StrictEncode for AnchoredBundle
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
Source§impl StrictStruct for AnchoredBundle
impl StrictStruct for AnchoredBundle
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for AnchoredBundle
impl StrictType for AnchoredBundle
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB
fn strict_name() -> Option<TypeName>
impl Eq for AnchoredBundle
impl StrictProduct for AnchoredBundle
impl StructuralPartialEq for AnchoredBundle
Auto Trait Implementations§
impl Freeze for AnchoredBundle
impl RefUnwindSafe for AnchoredBundle
impl Send for AnchoredBundle
impl Sync for AnchoredBundle
impl Unpin for AnchoredBundle
impl UnwindSafe for AnchoredBundle
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.