pub struct ConnectionRef { /* private fields */ }Expand description
Reference to a connection between a component and a net.
Trait Implementations§
Source§impl Clone for ConnectionRef
impl Clone for ConnectionRef
Source§fn clone(&self) -> ConnectionRef
fn clone(&self) -> ConnectionRef
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 moreimpl Copy for ConnectionRef
Auto Trait Implementations§
impl Freeze for ConnectionRef
impl RefUnwindSafe for ConnectionRef
impl Send for ConnectionRef
impl Sync for ConnectionRef
impl Unpin for ConnectionRef
impl UnwindSafe for ConnectionRef
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