pub struct GetJoinWhenEmptyTypesParams {
pub type: Option<String>,
}Expand description
Parameters for Client::get_join_when_empty_types (wire method getJoinWhenEmptyTypes).
Fields§
§type: Option<String>Trait Implementations§
Source§impl Clone for GetJoinWhenEmptyTypesParams
impl Clone for GetJoinWhenEmptyTypesParams
Source§fn clone(&self) -> GetJoinWhenEmptyTypesParams
fn clone(&self) -> GetJoinWhenEmptyTypesParams
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 GetJoinWhenEmptyTypesParams
impl Debug for GetJoinWhenEmptyTypesParams
Source§impl Default for GetJoinWhenEmptyTypesParams
impl Default for GetJoinWhenEmptyTypesParams
Source§fn default() -> GetJoinWhenEmptyTypesParams
fn default() -> GetJoinWhenEmptyTypesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetJoinWhenEmptyTypesParams
impl RefUnwindSafe for GetJoinWhenEmptyTypesParams
impl Send for GetJoinWhenEmptyTypesParams
impl Sync for GetJoinWhenEmptyTypesParams
impl Unpin for GetJoinWhenEmptyTypesParams
impl UnsafeUnpin for GetJoinWhenEmptyTypesParams
impl UnwindSafe for GetJoinWhenEmptyTypesParams
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