pub struct NeighbourConnectableConnectionDefinition {
pub category: &'static str,
pub location: MapLocation,
pub neighbour_category: &'static [&'static str],
}Fields§
§category: &'static str§location: MapLocation§neighbour_category: &'static [&'static str]Trait Implementations§
Source§impl Clone for NeighbourConnectableConnectionDefinition
impl Clone for NeighbourConnectableConnectionDefinition
Source§fn clone(&self) -> NeighbourConnectableConnectionDefinition
fn clone(&self) -> NeighbourConnectableConnectionDefinition
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 NeighbourConnectableConnectionDefinition
Source§impl Default for NeighbourConnectableConnectionDefinition
impl Default for NeighbourConnectableConnectionDefinition
Source§fn default() -> NeighbourConnectableConnectionDefinition
fn default() -> NeighbourConnectableConnectionDefinition
Returns the “default value” for a type. Read more
impl StructuralPartialEq for NeighbourConnectableConnectionDefinition
Auto Trait Implementations§
impl Freeze for NeighbourConnectableConnectionDefinition
impl RefUnwindSafe for NeighbourConnectableConnectionDefinition
impl Send for NeighbourConnectableConnectionDefinition
impl Sync for NeighbourConnectableConnectionDefinition
impl Unpin for NeighbourConnectableConnectionDefinition
impl UnsafeUnpin for NeighbourConnectableConnectionDefinition
impl UnwindSafe for NeighbourConnectableConnectionDefinition
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