Docs.rs
torn-api-0.7.5
torn-api 0.7.5
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
TotallyNot
Dependencies
async-trait ^0.1
normal
awc ^3
normal
optional
chrono ^0.4.31
normal
futures ^0.3
normal
reqwest ^0.12
normal
optional
rust_decimal ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
torn-api-macros ^0.3.1
normal
actix-rt ^2.7.0
dev
awc ^3
dev
criterion ^0.5
dev
dotenv ^0.15.0
dev
reqwest ^0.12
dev
tokio ^1.20.1
dev
tokio-test ^0.4.2
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
torn_
api
0.7.5
Into
Owned
Required Associated Types
Owned
Required Methods
into_owned
Implementations on Foreign Types
&'a str
BTreeMap<K, V>
DateTime<Z>
HashMap<K, V>
Option<T>
String
Vec<T>
i8
i16
i32
i64
Implementors
In torn_
api::
into_
owned
torn_api
::
into_owned
Trait
IntoOwned
Copy item path
Source
pub trait IntoOwned { type
Owned
; // Required method fn
into_owned
(self) -> Self::
Owned
; }
Required Associated Types
§
Source
type
Owned
Required Methods
§
Source
fn
into_owned
(self) -> Self::
Owned
Implementations on Foreign Types
§
Source
§
impl
IntoOwned
for
i8
Source
§
type
Owned
=
i8
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl
IntoOwned
for
i16
Source
§
type
Owned
=
i16
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl
IntoOwned
for
i32
Source
§
type
Owned
=
i32
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl
IntoOwned
for
i64
Source
§
type
Owned
=
i64
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl
IntoOwned
for
String
Source
§
type
Owned
=
String
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<'a>
IntoOwned
for &'a
str
Source
§
type
Owned
=
String
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<K, V>
IntoOwned
for
BTreeMap
<K, V>
where V:
IntoOwned
, K:
Eq
+
Ord
+
Hash
,
Source
§
type
Owned
=
BTreeMap
<K, <V as
IntoOwned
>::
Owned
>
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<K, V>
IntoOwned
for
HashMap
<K, V>
where V:
IntoOwned
, K:
Eq
+
Hash
,
Source
§
type
Owned
=
HashMap
<K, <V as
IntoOwned
>::
Owned
>
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<T>
IntoOwned
for
Option
<T>
where T:
IntoOwned
,
Source
§
type
Owned
=
Option
<<T as
IntoOwned
>::
Owned
>
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<T>
IntoOwned
for
Vec
<T>
where T:
IntoOwned
,
Source
§
type
Owned
=
Vec
<<T as
IntoOwned
>::
Owned
>
Source
§
fn
into_owned
(self) -> Self::
Owned
Source
§
impl<Z>
IntoOwned
for
DateTime
<Z>
where Z:
TimeZone
,
Source
§
type
Owned
=
DateTime
<Z>
Source
§
fn
into_owned
(self) -> Self::
Owned
Implementors
§
Source
§
impl
IntoOwned
for
Competition
Source
§
type
Owned
=
Competition
Source
§
impl
IntoOwned
for
Discord
Source
§
type
Owned
=
Discord
Source
§
impl<'a>
IntoOwned
for
Status
<'a>
Source
§
type
Owned
=
StatusOwned
Source
§
impl<'a>
IntoOwned
for torn_api::faction::
Basic
<'a>
Source
§
type
Owned
=
BasicOwned
Source
§
impl<'a>
IntoOwned
for
FactionTerritoryWar
<'a>
Source
§
type
Owned
=
FactionTerritoryWarOwned
Source
§
impl<'a>
IntoOwned
for
Member
<'a>
Source
§
type
Owned
=
MemberOwned
Source
§
impl<'a>
IntoOwned
for torn_api::user::
Basic
<'a>
Source
§
type
Owned
=
BasicOwned
Source
§
impl<'a>
IntoOwned
for
Faction
<'a>
Source
§
type
Owned
=
FactionOwned
Source
§
impl<'a>
IntoOwned
for
Profile
<'a>
Source
§
type
Owned
=
ProfileOwned