pub struct ExtendSnapshotRequest {
pub ttl_ms: u64,
}Expand description
Request to extend a read snapshot.
Fields§
§ttl_ms: u64Requested lifetime from the server’s current time, in milliseconds.
Trait Implementations§
Source§impl Clone for ExtendSnapshotRequest
impl Clone for ExtendSnapshotRequest
Source§impl Debug for ExtendSnapshotRequest
impl Debug for ExtendSnapshotRequest
Source§impl<'de> Deserialize<'de> for ExtendSnapshotRequest
impl<'de> Deserialize<'de> for ExtendSnapshotRequest
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 ExtendSnapshotRequest
Source§impl PartialEq for ExtendSnapshotRequest
impl PartialEq for ExtendSnapshotRequest
Source§impl Serialize for ExtendSnapshotRequest
impl Serialize for ExtendSnapshotRequest
impl StructuralPartialEq for ExtendSnapshotRequest
Auto Trait Implementations§
impl Freeze for ExtendSnapshotRequest
impl RefUnwindSafe for ExtendSnapshotRequest
impl Send for ExtendSnapshotRequest
impl Sync for ExtendSnapshotRequest
impl Unpin for ExtendSnapshotRequest
impl UnsafeUnpin for ExtendSnapshotRequest
impl UnwindSafe for ExtendSnapshotRequest
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