pub struct TransportNode {
pub site: Site,
pub stage: Stage,
}Fields§
§site: Site§stage: StageImplementations§
Trait Implementations§
Source§impl Clone for TransportNode
impl Clone for TransportNode
Source§fn clone(&self) -> TransportNode
fn clone(&self) -> TransportNode
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 moreSource§impl Debug for TransportNode
impl Debug for TransportNode
Source§impl Default for TransportNode
impl Default for TransportNode
Source§fn default() -> TransportNode
fn default() -> TransportNode
Returns the “default value” for a type. Read more
Source§impl From<TransportNode> for Site
impl From<TransportNode> for Site
Source§fn from(node: TransportNode) -> Self
fn from(node: TransportNode) -> Self
Converts to this type from the input type.
Source§impl Ord for TransportNode
impl Ord for TransportNode
Source§impl PartialEq for TransportNode
impl PartialEq for TransportNode
Source§impl PartialOrd for TransportNode
impl PartialOrd for TransportNode
impl Copy for TransportNode
impl Eq for TransportNode
impl StructuralPartialEq for TransportNode
Auto Trait Implementations§
impl Freeze for TransportNode
impl RefUnwindSafe for TransportNode
impl Send for TransportNode
impl Sync for TransportNode
impl Unpin for TransportNode
impl UnwindSafe for TransportNode
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