pub struct TGetSchemasReq {
pub session_handle: TSessionHandle,
pub catalog_name: Option<TIdentifier>,
pub schema_name: Option<TPatternOrIdentifier>,
}
Fields§
§session_handle: TSessionHandle
§catalog_name: Option<TIdentifier>
§schema_name: Option<TPatternOrIdentifier>
Implementations§
Source§impl TGetSchemasReq
impl TGetSchemasReq
pub fn new<F2, F3>( session_handle: TSessionHandle, catalog_name: F2, schema_name: F3, ) -> TGetSchemasReq
Trait Implementations§
Source§impl Clone for TGetSchemasReq
impl Clone for TGetSchemasReq
Source§fn clone(&self) -> TGetSchemasReq
fn clone(&self) -> TGetSchemasReq
Returns a duplicate 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 TGetSchemasReq
impl Debug for TGetSchemasReq
Source§impl Hash for TGetSchemasReq
impl Hash for TGetSchemasReq
Source§impl Ord for TGetSchemasReq
impl Ord for TGetSchemasReq
Source§fn cmp(&self, other: &TGetSchemasReq) -> Ordering
fn cmp(&self, other: &TGetSchemasReq) -> 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 TGetSchemasReq
impl PartialEq for TGetSchemasReq
Source§impl PartialOrd for TGetSchemasReq
impl PartialOrd for TGetSchemasReq
Source§impl TSerializable for TGetSchemasReq
impl TSerializable for TGetSchemasReq
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TGetSchemasReq>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TGetSchemasReq
impl StructuralPartialEq for TGetSchemasReq
Auto Trait Implementations§
impl Freeze for TGetSchemasReq
impl RefUnwindSafe for TGetSchemasReq
impl Send for TGetSchemasReq
impl Sync for TGetSchemasReq
impl Unpin for TGetSchemasReq
impl UnwindSafe for TGetSchemasReq
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