pub struct DirectConnection {
pub from: String,
pub to: String,
pub instructions: Vec<InstructionContext>,
}Fields§
§from: String§to: String§instructions: Vec<InstructionContext>Trait Implementations§
Source§impl Clone for DirectConnection
impl Clone for DirectConnection
Source§fn clone(&self) -> DirectConnection
fn clone(&self) -> DirectConnection
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 DirectConnection
impl RefUnwindSafe for DirectConnection
impl Send for DirectConnection
impl Sync for DirectConnection
impl Unpin for DirectConnection
impl UnsafeUnpin for DirectConnection
impl UnwindSafe for DirectConnection
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