pub struct EdgeMutationResponse {
pub revision: i64,
pub edge: PageMapEdge,
}Expand description
The shared mutation envelope for edge writes.
Fields§
§revision: i64§edge: PageMapEdgeTrait Implementations§
Source§impl Clone for EdgeMutationResponse
impl Clone for EdgeMutationResponse
Source§fn clone(&self) -> EdgeMutationResponse
fn clone(&self) -> EdgeMutationResponse
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 EdgeMutationResponse
impl Debug for EdgeMutationResponse
Source§impl<'de> Deserialize<'de> for EdgeMutationResponse
impl<'de> Deserialize<'de> for EdgeMutationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EdgeMutationResponse
impl RefUnwindSafe for EdgeMutationResponse
impl Send for EdgeMutationResponse
impl Sync for EdgeMutationResponse
impl Unpin for EdgeMutationResponse
impl UnsafeUnpin for EdgeMutationResponse
impl UnwindSafe for EdgeMutationResponse
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