pub struct SerialConnectable { /* private fields */ }
Available on crate features
std
or tokio-1
only.Implementations§
Trait Implementations§
Source§impl AsyncConnectable for SerialConnectable
Available on crate features direct-serial
and tokio-1
only.
impl AsyncConnectable for SerialConnectable
Available on crate features
direct-serial
and tokio-1
only.Source§impl Clone for SerialConnectable
impl Clone for SerialConnectable
Source§fn clone(&self) -> SerialConnectable
fn clone(&self) -> SerialConnectable
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 Connectable for SerialConnectable
Available on crate features direct-serial
and std
only.
impl Connectable for SerialConnectable
Available on crate features
direct-serial
and std
only.Source§impl Debug for SerialConnectable
impl Debug for SerialConnectable
Auto Trait Implementations§
impl Freeze for SerialConnectable
impl RefUnwindSafe for SerialConnectable
impl Send for SerialConnectable
impl Sync for SerialConnectable
impl Unpin for SerialConnectable
impl UnwindSafe for SerialConnectable
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