pub struct ConnectionNode {
pub id: u32,
pub escape_state: EscapeStatus,
pub kind: String,
}Fields§
§id: u32§escape_state: EscapeStatus§kind: StringTrait Implementations§
Source§impl Clone for ConnectionNode
impl Clone for ConnectionNode
Source§fn clone(&self) -> ConnectionNode
fn clone(&self) -> ConnectionNode
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 moreAuto Trait Implementations§
impl Freeze for ConnectionNode
impl RefUnwindSafe for ConnectionNode
impl Send for ConnectionNode
impl Sync for ConnectionNode
impl Unpin for ConnectionNode
impl UnsafeUnpin for ConnectionNode
impl UnwindSafe for ConnectionNode
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