pub struct WireConnection {
pub origin: &'static str,
pub target: LuaWireConnector,
}Fields§
§origin: &'static str§target: LuaWireConnectorTrait Implementations§
Source§impl Clone for WireConnection
impl Clone for WireConnection
Source§fn clone(&self) -> WireConnection
fn clone(&self) -> WireConnection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WireConnection
Source§impl Debug for WireConnection
impl Debug for WireConnection
Source§impl Default for WireConnection
impl Default for WireConnection
Source§fn default() -> WireConnection
fn default() -> WireConnection
Returns the “default value” for a type. Read more
Source§impl PartialEq for WireConnection
impl PartialEq for WireConnection
impl StructuralPartialEq for WireConnection
Auto Trait Implementations§
impl Freeze for WireConnection
impl RefUnwindSafe for WireConnection
impl Send for WireConnection
impl Sync for WireConnection
impl Unpin for WireConnection
impl UnsafeUnpin for WireConnection
impl UnwindSafe for WireConnection
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