risingwave_
connector
2.4.0-alpha
Get
Required Methods
get
Implementations on Foreign Types
BTreeMap<String, String>
HashMap<String, String>
Implementors
In risingwave_
connector::
with_
options
risingwave_connector
::
with_options
Trait
Get
Copy item path
Source
pub trait Get { // Required method fn
get
(&self, key: &
str
) ->
Option
<&
String
>; }
Required Methods
§
Source
fn
get
(&self, key: &
str
) ->
Option
<&
String
>
Implementations on Foreign Types
§
Source
§
impl
Get
for
BTreeMap
<
String
,
String
>
Source
§
fn
get
(&self, key: &
str
) ->
Option
<&
String
>
Source
§
impl
Get
for
HashMap
<
String
,
String
>
Source
§
fn
get
(&self, key: &
str
) ->
Option
<&
String
>
Implementors
§
Source
§
impl
Get
for
WithOptionsSecResolved