pub struct GraphEntityCreate {
pub kind: String,
pub name: String,
pub file_path: Option<String>,
pub data: Value,
}Fields§
§kind: String§name: String§file_path: Option<String>§data: ValueTrait Implementations§
Source§impl Clone for GraphEntityCreate
impl Clone for GraphEntityCreate
Source§fn clone(&self) -> GraphEntityCreate
fn clone(&self) -> GraphEntityCreate
Returns a duplicate of the value. Read more
1.0.0 · 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 GraphEntityCreate
impl RefUnwindSafe for GraphEntityCreate
impl Send for GraphEntityCreate
impl Sync for GraphEntityCreate
impl Unpin for GraphEntityCreate
impl UnwindSafe for GraphEntityCreate
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