pub enum GProperty {
VertexProperty(VertexProperty),
Property(Property),
}Variants§
VertexProperty(VertexProperty)
Property(Property)
Implementations§
Trait Implementations§
impl StructuralPartialEq for GProperty
Auto Trait Implementations§
impl Freeze for GProperty
impl RefUnwindSafe for GProperty
impl Send for GProperty
impl Sync for GProperty
impl Unpin for GProperty
impl UnwindSafe for GProperty
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