pub struct GetConfigQuery {
pub catalog: String,
pub protocol_versions: String,
}Expand description
Query parameters for getConfig.
Fields§
§catalog: String§protocol_versions: StringComma-separated list of highest protocol versions the client supports.
Trait Implementations§
Source§impl Clone for GetConfigQuery
impl Clone for GetConfigQuery
Source§fn clone(&self) -> GetConfigQuery
fn clone(&self) -> GetConfigQuery
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 moreAuto Trait Implementations§
impl Freeze for GetConfigQuery
impl RefUnwindSafe for GetConfigQuery
impl Send for GetConfigQuery
impl Sync for GetConfigQuery
impl Unpin for GetConfigQuery
impl UnsafeUnpin for GetConfigQuery
impl UnwindSafe for GetConfigQuery
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