pub struct GrnVertexStateV0 {
pub vertex: GrnVertexV0,
pub state: GrnBooleanState,
}Fields§
§vertex: GrnVertexV0§state: GrnBooleanStateTrait Implementations§
Source§impl Clone for GrnVertexStateV0
impl Clone for GrnVertexStateV0
Source§fn clone(&self) -> GrnVertexStateV0
fn clone(&self) -> GrnVertexStateV0
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 Debug for GrnVertexStateV0
impl Debug for GrnVertexStateV0
impl Eq for GrnVertexStateV0
Source§impl PartialEq for GrnVertexStateV0
impl PartialEq for GrnVertexStateV0
Source§fn eq(&self, other: &GrnVertexStateV0) -> bool
fn eq(&self, other: &GrnVertexStateV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GrnVertexStateV0
impl Serialize for GrnVertexStateV0
impl StructuralPartialEq for GrnVertexStateV0
Auto Trait Implementations§
impl Freeze for GrnVertexStateV0
impl RefUnwindSafe for GrnVertexStateV0
impl Send for GrnVertexStateV0
impl Sync for GrnVertexStateV0
impl Unpin for GrnVertexStateV0
impl UnsafeUnpin for GrnVertexStateV0
impl UnwindSafe for GrnVertexStateV0
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