pub struct CeaNodeRow {
pub node_id: String,
pub node_kind: String,
pub sig_json: String,
}Fields§
§node_id: String§node_kind: String§sig_json: StringTrait Implementations§
Source§impl Clone for CeaNodeRow
impl Clone for CeaNodeRow
Source§fn clone(&self) -> CeaNodeRow
fn clone(&self) -> CeaNodeRow
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 CeaNodeRow
impl Debug for CeaNodeRow
impl Eq for CeaNodeRow
Source§impl PartialEq for CeaNodeRow
impl PartialEq for CeaNodeRow
Source§fn eq(&self, other: &CeaNodeRow) -> bool
fn eq(&self, other: &CeaNodeRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CeaNodeRow
Auto Trait Implementations§
impl Freeze for CeaNodeRow
impl RefUnwindSafe for CeaNodeRow
impl Send for CeaNodeRow
impl Sync for CeaNodeRow
impl Unpin for CeaNodeRow
impl UnsafeUnpin for CeaNodeRow
impl UnwindSafe for CeaNodeRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.