pub struct Full;
Expand description
The type is used to represent the full message. It is used during the deserialization of
the message to determine the final type.
If the data
field is empty, it should be transformed into MessageData
. Otherwise
into MessageCoin
.
If the predicate
is empty, the usage rules should be Signed
, else Predicate
.
Trait Implementations§
source§impl MessageSpecification for Full
impl MessageSpecification for Full
source§impl PartialEq<Full> for Full
impl PartialEq<Full> for Full
impl Eq for Full
impl StructuralEq for Full
impl StructuralPartialEq for Full
Auto Trait Implementations§
impl RefUnwindSafe for Full
impl Send for Full
impl Sync for Full
impl Unpin for Full
impl UnwindSafe for Full
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more