Docs.rs
firebase-rs-sdk-1.27.1
firebase-rs-sdk 1.27.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dgasparri
Dependencies
async-channel ^1
normal
async-lock ^3
normal
async-trait ^0.1
normal
base64 ^0.22
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
futures-util ^0.3
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
once_cell ^1.19
normal
percent-encoding ^2
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10
normal
sha2 ^0.10.9
normal
url ^2
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
serde-wasm-bindgen ^0.5
dev
webbrowser ^0.8
dev
reqwest ^0.11
normal
tokio ^1
normal
tokio-tungstenite ^0.21
normal
tokio-util ^0.7
normal
httpmock ^0.7
dev
tokio ^1
dev
getrandom ^0.2
normal
gloo-timers ^0.3
normal
reqwest ^0.11
normal
tokio ^1
dev
wasm-bindgen-test ^0.3
dev
Versions
16.95%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IntoLogArgument
firebase_
rs_
sdk
1.27.1
Into
LogArgument
Required Methods
into_log_argument
Implementations on Foreign Types
&String
&Value
&str
()
Cow<'a, str>
Option<T>
String
Value
bool
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In firebase_
rs_
sdk::
logger
firebase_rs_sdk
::
logger
Trait
Into
LogArgument
Copy item path
Source
pub trait IntoLogArgument { // Required method fn
into_log_argument
(self) ->
LogArgument
; }
Required Methods
§
Source
fn
into_log_argument
(self) ->
LogArgument
Implementations on Foreign Types
§
Source
§
impl
IntoLogArgument
for &
Value
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for &
str
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for &
String
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
Value
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
bool
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
f32
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
f64
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
i8
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
i16
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
i32
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
i64
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
isize
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
u8
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
u16
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
u32
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
u64
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
()
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
usize
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl
IntoLogArgument
for
String
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl<'a>
IntoLogArgument
for
Cow
<'a,
str
>
Source
§
fn
into_log_argument
(self) ->
LogArgument
Source
§
impl<T>
IntoLogArgument
for
Option
<T>
where T:
IntoLogArgument
,
Source
§
fn
into_log_argument
(self) ->
LogArgument
Implementors
§
Source
§
impl
IntoLogArgument
for &
LogArgument
Source
§
impl
IntoLogArgument
for
LogArgument