pub struct Vertex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for Vertex
impl Ord for Vertex
Source§impl PartialOrd for Vertex
impl PartialOrd for Vertex
Source§impl StaticType for Vertex
impl StaticType for Vertex
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for Vertex
Auto Trait Implementations§
impl Freeze for Vertex
impl RefUnwindSafe for Vertex
impl !Send for Vertex
impl !Sync for Vertex
impl Unpin for Vertex
impl UnwindSafe for Vertex
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