pub struct FlushColdRequest {
pub stream_id: BucketStreamId,
pub chunk: ColdChunkRef,
}Fields§
§stream_id: BucketStreamId§chunk: ColdChunkRefTrait Implementations§
Source§impl Clone for FlushColdRequest
impl Clone for FlushColdRequest
Source§fn clone(&self) -> FlushColdRequest
fn clone(&self) -> FlushColdRequest
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 moreSource§impl Debug for FlushColdRequest
impl Debug for FlushColdRequest
Source§impl From<&FlushColdRequest> for GroupWriteCommand
impl From<&FlushColdRequest> for GroupWriteCommand
Source§fn from(request: &FlushColdRequest) -> Self
fn from(request: &FlushColdRequest) -> Self
Converts to this type from the input type.
Source§impl From<FlushColdRequest> for GroupWriteCommand
impl From<FlushColdRequest> for GroupWriteCommand
Source§fn from(request: FlushColdRequest) -> Self
fn from(request: FlushColdRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FlushColdRequest
impl PartialEq for FlushColdRequest
Source§fn eq(&self, other: &FlushColdRequest) -> bool
fn eq(&self, other: &FlushColdRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FlushColdRequest
impl StructuralPartialEq for FlushColdRequest
Auto Trait Implementations§
impl Freeze for FlushColdRequest
impl RefUnwindSafe for FlushColdRequest
impl Send for FlushColdRequest
impl Sync for FlushColdRequest
impl Unpin for FlushColdRequest
impl UnsafeUnpin for FlushColdRequest
impl UnwindSafe for FlushColdRequest
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