Struct iotdb_client::client::common::TFlushReq
source · pub struct TFlushReq {
pub is_seq: Option<String>,
pub storage_groups: Option<Vec<String>>,
}
Fields§
§is_seq: Option<String>
§storage_groups: Option<Vec<String>>
Implementations§
source§impl TFlushReq
impl TFlushReq
pub fn new<F1, F2>(is_seq: F1, storage_groups: F2) -> TFlushReq
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<TFlushReq>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol ) -> Result<()>
Trait Implementations§
source§impl Ord for TFlushReq
impl Ord for TFlushReq
source§impl PartialEq for TFlushReq
impl PartialEq for TFlushReq
source§impl PartialOrd for TFlushReq
impl PartialOrd for TFlushReq
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for TFlushReq
impl StructuralPartialEq for TFlushReq
Auto Trait Implementations§
impl Freeze for TFlushReq
impl RefUnwindSafe for TFlushReq
impl Send for TFlushReq
impl Sync for TFlushReq
impl Unpin for TFlushReq
impl UnwindSafe for TFlushReq
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