Struct webb_proposals::evm::SetNativeAllowedProposal
source · pub struct SetNativeAllowedProposal { /* private fields */ }Expand description
Set Native Allowed Proposal.
The SetNativeAllowedProposal updates the Funguible Token Wrapper
to whether or not allow native tokens to be wrapped.
The format of the proposal looks like:
┌────────────────────┬──────────────────┐
│ │ │
│ ProposalHeader 40B │ NativeAllowed 1B │
│ │ │
└────────────────────┴──────────────────┘
Implementations§
source§impl SetNativeAllowedProposal
impl SetNativeAllowedProposal
sourcepub const fn new(header: ProposalHeader, native_allowed: bool) -> Self
pub const fn new(header: ProposalHeader, native_allowed: bool) -> Self
Creates a new proposal.
sourcepub const fn header(&self) -> ProposalHeader
pub const fn header(&self) -> ProposalHeader
Returns the header of the proposal.
sourcepub const fn native_allowed(&self) -> &bool
pub const fn native_allowed(&self) -> &bool
Returns a reference to that field of the proposal.
Trait Implementations§
source§impl Clone for SetNativeAllowedProposal
impl Clone for SetNativeAllowedProposal
source§fn clone(&self) -> SetNativeAllowedProposal
fn clone(&self) -> SetNativeAllowedProposal
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 SetNativeAllowedProposal
impl Debug for SetNativeAllowedProposal
source§impl<'de> Deserialize<'de> for SetNativeAllowedProposal
impl<'de> Deserialize<'de> for SetNativeAllowedProposal
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 Hash for SetNativeAllowedProposal
impl Hash for SetNativeAllowedProposal
source§impl PartialEq for SetNativeAllowedProposal
impl PartialEq for SetNativeAllowedProposal
source§fn eq(&self, other: &SetNativeAllowedProposal) -> bool
fn eq(&self, other: &SetNativeAllowedProposal) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProposalTrait for SetNativeAllowedProposal
impl ProposalTrait for SetNativeAllowedProposal
source§fn header(&self) -> ProposalHeader
fn header(&self) -> ProposalHeader
Get the proposal header.
source§fn function_sig() -> FunctionSignature
fn function_sig() -> FunctionSignature
Get the function signature.
source§impl Serialize for SetNativeAllowedProposal
impl Serialize for SetNativeAllowedProposal
impl Copy for SetNativeAllowedProposal
impl Eq for SetNativeAllowedProposal
impl StructuralEq for SetNativeAllowedProposal
impl StructuralPartialEq for SetNativeAllowedProposal
Auto Trait Implementations§
impl RefUnwindSafe for SetNativeAllowedProposal
impl Send for SetNativeAllowedProposal
impl Sync for SetNativeAllowedProposal
impl Unpin for SetNativeAllowedProposal
impl UnwindSafe for SetNativeAllowedProposal
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<T> CallHasher for T
impl<T> CallHasher for T
§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSync for T
impl<T> DowncastSync for T
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.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T. Read more§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from.§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.