pub struct AwaitingTxSignaturesFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl AwaitingTxSignaturesFlags
impl AwaitingTxSignaturesFlags
pub const OUR_TX_SIGNATURES_SENT: u32 = 1
pub const THEIR_TX_SIGNATURES_SENT: u32
pub const TX_SIGNATURES_SENT: u32
Trait Implementations§
Source§impl Clone for AwaitingTxSignaturesFlags
impl Clone for AwaitingTxSignaturesFlags
Source§fn clone(&self) -> AwaitingTxSignaturesFlags
fn clone(&self) -> AwaitingTxSignaturesFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AwaitingTxSignaturesFlags
Source§impl Debug for AwaitingTxSignaturesFlags
impl Debug for AwaitingTxSignaturesFlags
Source§impl<'de> Deserialize<'de> for AwaitingTxSignaturesFlags
impl<'de> Deserialize<'de> for AwaitingTxSignaturesFlags
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AwaitingTxSignaturesFlags
Source§impl From<AwaitingTxSignaturesFlags> for u32
impl From<AwaitingTxSignaturesFlags> for u32
Source§fn from(v: AwaitingTxSignaturesFlags) -> Self
fn from(v: AwaitingTxSignaturesFlags) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AwaitingTxSignaturesFlags
impl From<u32> for AwaitingTxSignaturesFlags
Source§impl JsonSchema for AwaitingTxSignaturesFlags
impl JsonSchema for AwaitingTxSignaturesFlags
Source§fn json_schema(_generator: &mut SchemaGenerator) -> Schema
fn json_schema(_generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreimpl StructuralPartialEq for AwaitingTxSignaturesFlags
Auto Trait Implementations§
impl Freeze for AwaitingTxSignaturesFlags
impl RefUnwindSafe for AwaitingTxSignaturesFlags
impl Send for AwaitingTxSignaturesFlags
impl Sync for AwaitingTxSignaturesFlags
impl Unpin for AwaitingTxSignaturesFlags
impl UnsafeUnpin for AwaitingTxSignaturesFlags
impl UnwindSafe for AwaitingTxSignaturesFlags
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