pub struct FundChannelResult {
pub channel_id: String,
pub capacity: u64,
pub already_known: bool,
}Fields§
§channel_id: String§capacity: u64§already_known: boolTrait Implementations§
Source§impl Clone for FundChannelResult
impl Clone for FundChannelResult
Source§fn clone(&self) -> FundChannelResult
fn clone(&self) -> FundChannelResult
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 FundChannelResult
impl Debug for FundChannelResult
Auto Trait Implementations§
impl Freeze for FundChannelResult
impl RefUnwindSafe for FundChannelResult
impl Send for FundChannelResult
impl Sync for FundChannelResult
impl Unpin for FundChannelResult
impl UnsafeUnpin for FundChannelResult
impl UnwindSafe for FundChannelResult
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