pub struct ChannelNodeOptions {
pub channels: u8,
}
Fields§
§channels: u8
Trait Implementations§
source§impl Clone for ChannelNodeOptions
impl Clone for ChannelNodeOptions
source§fn clone(&self) -> ChannelNodeOptions
fn clone(&self) -> ChannelNodeOptions
Returns a copy of the value. Read more
1.0.0 · 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 ChannelNodeOptions
impl Debug for ChannelNodeOptions
impl Copy for ChannelNodeOptions
Auto Trait Implementations§
impl Freeze for ChannelNodeOptions
impl RefUnwindSafe for ChannelNodeOptions
impl Send for ChannelNodeOptions
impl Sync for ChannelNodeOptions
impl Unpin for ChannelNodeOptions
impl UnwindSafe for ChannelNodeOptions
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