pub struct OpenchannelUpdateChannelType {
pub bits: Vec<u32>,
pub names: Vec<ChannelTypeName>,
}Fields§
§bits: Vec<u32>§names: Vec<ChannelTypeName>Trait Implementations§
Source§impl Clone for OpenchannelUpdateChannelType
impl Clone for OpenchannelUpdateChannelType
Source§fn clone(&self) -> OpenchannelUpdateChannelType
fn clone(&self) -> OpenchannelUpdateChannelType
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 moreSource§impl Debug for OpenchannelUpdateChannelType
impl Debug for OpenchannelUpdateChannelType
Source§impl<'de> Deserialize<'de> for OpenchannelUpdateChannelType
impl<'de> Deserialize<'de> for OpenchannelUpdateChannelType
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
Auto Trait Implementations§
impl Freeze for OpenchannelUpdateChannelType
impl RefUnwindSafe for OpenchannelUpdateChannelType
impl Send for OpenchannelUpdateChannelType
impl Sync for OpenchannelUpdateChannelType
impl Unpin for OpenchannelUpdateChannelType
impl UnsafeUnpin for OpenchannelUpdateChannelType
impl UnwindSafe for OpenchannelUpdateChannelType
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