risingwave_
connector
2.2.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
§