pub struct BatchForgetResponse {
pub deleted_count: usize,
}Expand description
Response from DELETE /v1/memories/forget/batch
Fields§
§deleted_count: usizeTrait Implementations§
Source§impl Debug for BatchForgetResponse
impl Debug for BatchForgetResponse
Auto Trait Implementations§
impl Freeze for BatchForgetResponse
impl RefUnwindSafe for BatchForgetResponse
impl Send for BatchForgetResponse
impl Sync for BatchForgetResponse
impl Unpin for BatchForgetResponse
impl UnsafeUnpin for BatchForgetResponse
impl UnwindSafe for BatchForgetResponse
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