Docs.rs
megacommerce-shared-0.4.73
megacommerce-shared 0.4.73
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ahmadresearcher07
Dependencies
base64 ^0.22.1
normal
chrono ^0.4.41
normal
derive_more ^2.0.1
normal
hex ^0.4.3
normal
http ^1.3.1
normal
image ^0.25.8
normal
megacommerce-proto ^0.3.1
normal
megacommerce-shared-sanitize-derive >=0.1.0, <1.0.0
normal
optional
regex ^1.11.2
normal
scopeguard ^1.2.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_yaml ^0.9.34
normal
sha2 ^0.10.9
normal
sqlx ^0.8.6
normal
tera ^1.20.0
normal
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
tonic ^0.13.1
normal
tower ^0.5.2
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
ulid ^1.2.1
normal
unidecode ^0.3.0
normal
Versions
1.87%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ToAny
megacommerce_
shared
0.4.73
ToAny
Required Methods
to_any
Implementations on Foreign Types
&[u8]
&str
String
Vec<u8>
bool
f32
f64
i32
i64
Implementors
In megacommerce_
shared::
utils::
grpc
megacommerce_shared
::
utils
::
grpc
Trait
ToAny
Copy item path
Source
pub trait ToAny { // Required method fn
to_any
(&self) ->
Any
; }
Required Methods
§
Source
fn
to_any
(&self) ->
Any
Implementations on Foreign Types
§
Source
§
impl
ToAny
for &
str
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for &[
u8
]
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
bool
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
f32
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
f64
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
i32
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
i64
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
String
Source
§
fn
to_any
(&self) ->
Any
Source
§
impl
ToAny
for
Vec
<
u8
>
Source
§
fn
to_any
(&self) ->
Any
Implementors
§
Source
§
impl
ToAny
for
AnyValue