pub enum AssignmentsRef<'op> {
Genesis(&'op Assignments<BlindSeal<Txid>>),
Graph(&'op Assignments<BlindSeal<TxPtr>>),
}
Variants§
Genesis(&'op Assignments<BlindSeal<Txid>>)
Graph(&'op Assignments<BlindSeal<TxPtr>>)
Implementations§
Trait Implementations§
Source§impl<'op> Clone for AssignmentsRef<'op>
impl<'op> Clone for AssignmentsRef<'op>
Source§fn clone(&self) -> AssignmentsRef<'op>
fn clone(&self) -> AssignmentsRef<'op>
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<'op> Debug for AssignmentsRef<'op>
impl<'op> Debug for AssignmentsRef<'op>
Source§impl<'op> From<&'op Assignments<BlindSeal<TxPtr>>> for AssignmentsRef<'op>
impl<'op> From<&'op Assignments<BlindSeal<TxPtr>>> for AssignmentsRef<'op>
Source§fn from(v: &'op Assignments<BlindSeal<TxPtr>>) -> AssignmentsRef<'op>
fn from(v: &'op Assignments<BlindSeal<TxPtr>>) -> AssignmentsRef<'op>
Converts to this type from the input type.
Source§impl<'op> From<&'op Assignments<BlindSeal<Txid>>> for AssignmentsRef<'op>
impl<'op> From<&'op Assignments<BlindSeal<Txid>>> for AssignmentsRef<'op>
Source§fn from(v: &'op Assignments<BlindSeal<Txid>>) -> AssignmentsRef<'op>
fn from(v: &'op Assignments<BlindSeal<Txid>>) -> AssignmentsRef<'op>
Converts to this type from the input type.
Source§impl<'op> PartialEq for AssignmentsRef<'op>
impl<'op> PartialEq for AssignmentsRef<'op>
impl<'op> Copy for AssignmentsRef<'op>
impl<'op> Eq for AssignmentsRef<'op>
impl<'op> StructuralPartialEq for AssignmentsRef<'op>
Auto Trait Implementations§
impl<'op> Freeze for AssignmentsRef<'op>
impl<'op> RefUnwindSafe for AssignmentsRef<'op>
impl<'op> Send for AssignmentsRef<'op>
impl<'op> Sync for AssignmentsRef<'op>
impl<'op> Unpin for AssignmentsRef<'op>
impl<'op> UnwindSafe for AssignmentsRef<'op>
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.