pub struct TransportSwitch {
pub fire_on: InterfaceId,
}Fields§
§fire_on: InterfaceIdTrait Implementations§
Source§impl Clone for TransportSwitch
impl Clone for TransportSwitch
Source§fn clone(&self) -> TransportSwitch
fn clone(&self) -> TransportSwitch
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 TransportSwitch
Source§impl Debug for TransportSwitch
impl Debug for TransportSwitch
impl Eq for TransportSwitch
Source§impl PartialEq for TransportSwitch
impl PartialEq for TransportSwitch
impl StructuralPartialEq for TransportSwitch
Auto Trait Implementations§
impl Freeze for TransportSwitch
impl RefUnwindSafe for TransportSwitch
impl Send for TransportSwitch
impl Sync for TransportSwitch
impl Unpin for TransportSwitch
impl UnsafeUnpin for TransportSwitch
impl UnwindSafe for TransportSwitch
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