pub struct CompactionResponse {
pub job_id: String,
pub message: String,
}Expand description
Compaction response
Fields§
§job_id: StringJob ID for tracking
message: StringStatus message
Trait Implementations§
Source§impl Clone for CompactionResponse
impl Clone for CompactionResponse
Source§fn clone(&self) -> CompactionResponse
fn clone(&self) -> CompactionResponse
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 moreSource§impl Debug for CompactionResponse
impl Debug for CompactionResponse
Source§impl<'de> Deserialize<'de> for CompactionResponse
impl<'de> Deserialize<'de> for CompactionResponse
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 CompactionResponse
impl RefUnwindSafe for CompactionResponse
impl Send for CompactionResponse
impl Sync for CompactionResponse
impl Unpin for CompactionResponse
impl UnsafeUnpin for CompactionResponse
impl UnwindSafe for CompactionResponse
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