Struct nektar::CacheFileMetadataRequest
source · pub struct CacheFileMetadataRequest {
pub db_name: String,
pub tbl_name: String,
pub part_name: Option<String>,
pub is_all_parts: Option<bool>,
}
Fields§
§db_name: String
§tbl_name: String
§part_name: Option<String>
§is_all_parts: Option<bool>
Implementations§
Trait Implementations§
source§impl Clone for CacheFileMetadataRequest
impl Clone for CacheFileMetadataRequest
source§fn clone(&self) -> CacheFileMetadataRequest
fn clone(&self) -> CacheFileMetadataRequest
Returns a copy of the value. Read more
1.0.0 · 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 CacheFileMetadataRequest
impl Debug for CacheFileMetadataRequest
source§impl Hash for CacheFileMetadataRequest
impl Hash for CacheFileMetadataRequest
source§impl Ord for CacheFileMetadataRequest
impl Ord for CacheFileMetadataRequest
source§fn cmp(&self, other: &CacheFileMetadataRequest) -> Ordering
fn cmp(&self, other: &CacheFileMetadataRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CacheFileMetadataRequest
impl PartialEq for CacheFileMetadataRequest
source§fn eq(&self, other: &CacheFileMetadataRequest) -> bool
fn eq(&self, other: &CacheFileMetadataRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CacheFileMetadataRequest
impl PartialOrd for CacheFileMetadataRequest
source§fn partial_cmp(&self, other: &CacheFileMetadataRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &CacheFileMetadataRequest) -> Option<Ordering>
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 moresource§impl TSerializable for CacheFileMetadataRequest
impl TSerializable for CacheFileMetadataRequest
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<CacheFileMetadataRequest>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for CacheFileMetadataRequest
impl StructuralEq for CacheFileMetadataRequest
impl StructuralPartialEq for CacheFileMetadataRequest
Auto Trait Implementations§
impl RefUnwindSafe for CacheFileMetadataRequest
impl Send for CacheFileMetadataRequest
impl Sync for CacheFileMetadataRequest
impl Unpin for CacheFileMetadataRequest
impl UnwindSafe for CacheFileMetadataRequest
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