pub struct StagedCreate {
pub pending_id: String,
pub data: NodeDraft,
}Fields§
§pending_id: String§data: NodeDraftTrait Implementations§
Source§impl Clone for StagedCreate
impl Clone for StagedCreate
Source§fn clone(&self) -> StagedCreate
fn clone(&self) -> StagedCreate
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 StagedCreate
impl Debug for StagedCreate
impl Eq for StagedCreate
Source§impl PartialEq for StagedCreate
impl PartialEq for StagedCreate
impl StructuralPartialEq for StagedCreate
Auto Trait Implementations§
impl Freeze for StagedCreate
impl RefUnwindSafe for StagedCreate
impl Send for StagedCreate
impl Sync for StagedCreate
impl Unpin for StagedCreate
impl UnsafeUnpin for StagedCreate
impl UnwindSafe for StagedCreate
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