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