pub struct EchoConfig {
pub buffer_size: usize,
}Fields§
§buffer_size: usizeTrait Implementations§
Source§impl Clone for EchoConfig
impl Clone for EchoConfig
Source§fn clone(&self) -> EchoConfig
fn clone(&self) -> EchoConfig
Returns a duplicate 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 EchoConfig
impl Debug for EchoConfig
Auto Trait Implementations§
impl Freeze for EchoConfig
impl RefUnwindSafe for EchoConfig
impl Send for EchoConfig
impl Sync for EchoConfig
impl Unpin for EchoConfig
impl UnwindSafe for EchoConfig
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