pub struct TopologicalRepresentationItem {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for TopologicalRepresentationItem
impl Clone for TopologicalRepresentationItem
Source§fn clone(&self) -> TopologicalRepresentationItem
fn clone(&self) -> TopologicalRepresentationItem
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 moreSource§impl PartialEq for TopologicalRepresentationItem
impl PartialEq for TopologicalRepresentationItem
Source§fn eq(&self, other: &TopologicalRepresentationItem) -> bool
fn eq(&self, other: &TopologicalRepresentationItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TopologicalRepresentationItem
Auto Trait Implementations§
impl Freeze for TopologicalRepresentationItem
impl RefUnwindSafe for TopologicalRepresentationItem
impl Send for TopologicalRepresentationItem
impl Sync for TopologicalRepresentationItem
impl Unpin for TopologicalRepresentationItem
impl UnsafeUnpin for TopologicalRepresentationItem
impl UnwindSafe for TopologicalRepresentationItem
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