pub struct PolarsClientKwargs {
pub region_name: String,
}
Fields§
§region_name: String
Implementations§
Source§impl PolarsClientKwargs
impl PolarsClientKwargs
pub fn new(region_name: String) -> PolarsClientKwargs
Trait Implementations§
Source§impl Clone for PolarsClientKwargs
impl Clone for PolarsClientKwargs
Source§fn clone(&self) -> PolarsClientKwargs
fn clone(&self) -> PolarsClientKwargs
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 PolarsClientKwargs
impl Debug for PolarsClientKwargs
Source§impl Default for PolarsClientKwargs
impl Default for PolarsClientKwargs
Source§fn default() -> PolarsClientKwargs
fn default() -> PolarsClientKwargs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolarsClientKwargs
impl<'de> Deserialize<'de> for PolarsClientKwargs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PolarsClientKwargs
impl PartialEq for PolarsClientKwargs
Source§impl Serialize for PolarsClientKwargs
impl Serialize for PolarsClientKwargs
impl StructuralPartialEq for PolarsClientKwargs
Auto Trait Implementations§
impl Freeze for PolarsClientKwargs
impl RefUnwindSafe for PolarsClientKwargs
impl Send for PolarsClientKwargs
impl Sync for PolarsClientKwargs
impl Unpin for PolarsClientKwargs
impl UnwindSafe for PolarsClientKwargs
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