pub struct DeleteCheckpointResponse {
pub namespace_id: NamespaceId,
pub checkpoint_id: CheckpointId,
}Expand description
Identifies the checkpoint record that was deleted.
Fields§
§namespace_id: NamespaceIdNamespace the checkpoint belonged to.
checkpoint_id: CheckpointIdDeleted checkpoint record.
Trait Implementations§
Source§impl Clone for DeleteCheckpointResponse
impl Clone for DeleteCheckpointResponse
Source§impl Debug for DeleteCheckpointResponse
impl Debug for DeleteCheckpointResponse
Source§impl<'de> Deserialize<'de> for DeleteCheckpointResponse
impl<'de> Deserialize<'de> for DeleteCheckpointResponse
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
impl Eq for DeleteCheckpointResponse
Source§impl PartialEq for DeleteCheckpointResponse
impl PartialEq for DeleteCheckpointResponse
Source§impl Serialize for DeleteCheckpointResponse
impl Serialize for DeleteCheckpointResponse
impl StructuralPartialEq for DeleteCheckpointResponse
Auto Trait Implementations§
impl Freeze for DeleteCheckpointResponse
impl RefUnwindSafe for DeleteCheckpointResponse
impl Send for DeleteCheckpointResponse
impl Sync for DeleteCheckpointResponse
impl Unpin for DeleteCheckpointResponse
impl UnsafeUnpin for DeleteCheckpointResponse
impl UnwindSafe for DeleteCheckpointResponse
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