pub struct CollaboratingFundingTxFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl CollaboratingFundingTxFlags
impl CollaboratingFundingTxFlags
pub const AWAITING_REMOTE_TX_COLLABORATION_MSG: u32 = 1
pub const PREPARING_LOCAL_TX_COLLABORATION_MSG: u32
pub const OUR_TX_COMPLETE_SENT: u32
pub const THEIR_TX_COMPLETE_SENT: u32
pub const COLLABORATION_COMPLETED: u32
Trait Implementations§
Source§impl Clone for CollaboratingFundingTxFlags
impl Clone for CollaboratingFundingTxFlags
Source§fn clone(&self) -> CollaboratingFundingTxFlags
fn clone(&self) -> CollaboratingFundingTxFlags
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 CollaboratingFundingTxFlags
Source§impl Debug for CollaboratingFundingTxFlags
impl Debug for CollaboratingFundingTxFlags
Source§impl<'de> Deserialize<'de> for CollaboratingFundingTxFlags
impl<'de> Deserialize<'de> for CollaboratingFundingTxFlags
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 CollaboratingFundingTxFlags
Source§impl From<CollaboratingFundingTxFlags> for u32
impl From<CollaboratingFundingTxFlags> for u32
Source§fn from(v: CollaboratingFundingTxFlags) -> Self
fn from(v: CollaboratingFundingTxFlags) -> Self
Converts to this type from the input type.
Source§impl From<u32> for CollaboratingFundingTxFlags
impl From<u32> for CollaboratingFundingTxFlags
Source§impl JsonSchema for CollaboratingFundingTxFlags
impl JsonSchema for CollaboratingFundingTxFlags
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 CollaboratingFundingTxFlags
Auto Trait Implementations§
impl Freeze for CollaboratingFundingTxFlags
impl RefUnwindSafe for CollaboratingFundingTxFlags
impl Send for CollaboratingFundingTxFlags
impl Sync for CollaboratingFundingTxFlags
impl Unpin for CollaboratingFundingTxFlags
impl UnsafeUnpin for CollaboratingFundingTxFlags
impl UnwindSafe for CollaboratingFundingTxFlags
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