pub struct NodeUpsertResult {
pub node_id: String,
pub sync_key: String,
pub status: NodeUpsertStatus,
pub updated_at: DateTime<Utc>,
}Fields§
§node_id: String§sync_key: String§status: NodeUpsertStatus§updated_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for NodeUpsertResult
impl Clone for NodeUpsertResult
Source§fn clone(&self) -> NodeUpsertResult
fn clone(&self) -> NodeUpsertResult
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 NodeUpsertResult
impl RefUnwindSafe for NodeUpsertResult
impl Send for NodeUpsertResult
impl Sync for NodeUpsertResult
impl Unpin for NodeUpsertResult
impl UnsafeUnpin for NodeUpsertResult
impl UnwindSafe for NodeUpsertResult
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