pub struct RecordsToDelete { /* private fields */ }Expand description
Java RecordsToDelete for Admin::delete_records.
Converts to the DeleteRecords Offset INT64: records strictly before
this offset are deleted; records at or after it are kept.
crate::protocol::admin::DeleteRecordsRequest::HIGH_WATERMARK is Java
DeleteRecordsRequest.HIGH_WATERMARK (truncate to the high watermark).
std::fmt::Display is Java RecordsToDelete.toString.
Implementations§
Trait Implementations§
Source§impl Clone for RecordsToDelete
impl Clone for RecordsToDelete
Source§fn clone(&self) -> RecordsToDelete
fn clone(&self) -> RecordsToDelete
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 moreimpl Copy for RecordsToDelete
Source§impl Debug for RecordsToDelete
impl Debug for RecordsToDelete
Source§impl Display for RecordsToDelete
impl Display for RecordsToDelete
impl Eq for RecordsToDelete
Source§impl From<RecordsToDelete> for i64
impl From<RecordsToDelete> for i64
Source§fn from(records: RecordsToDelete) -> Self
fn from(records: RecordsToDelete) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RecordsToDelete
impl PartialEq for RecordsToDelete
impl StructuralPartialEq for RecordsToDelete
Auto Trait Implementations§
impl Freeze for RecordsToDelete
impl RefUnwindSafe for RecordsToDelete
impl Send for RecordsToDelete
impl Sync for RecordsToDelete
impl Unpin for RecordsToDelete
impl UnsafeUnpin for RecordsToDelete
impl UnwindSafe for RecordsToDelete
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