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 moreAuto 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