Docs.rs
jrust-0.2.0
jrust 0.2.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
jD91mZM2
Dependencies
Versions
0%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jrust
0.2.0
JavaAdd
Required Associated Types
Target
Required Methods
add
Implementations on Foreign Types
&'a str
String
i16
i32
i64
i8
Implementors
In crate jrust
jrust
Trait
JavaAdd
Copy item path
Source
pub trait JavaAdd<T> { type
Target
; // Required method fn
add
(self, other: T) -> Self::
Target
; }
Required Associated Types
§
Source
type
Target
Required Methods
§
Source
fn
add
(self, other: T) -> Self::
Target
Implementations on Foreign Types
§
Source
§
impl<'a, T:
Display
>
JavaAdd
<T> for &'a
str
Source
§
type
Target
=
String
Source
§
fn
add
(self, other: T) -> Self::
Target
Source
§
impl<T:
Into
<
i64
>>
JavaAdd
<T> for
i8
Source
§
type
Target
=
i64
Source
§
fn
add
(self, other: T) -> Self::
Target
Source
§
impl<T:
Into
<
i64
>>
JavaAdd
<T> for
i16
Source
§
type
Target
=
i64
Source
§
fn
add
(self, other: T) -> Self::
Target
Source
§
impl<T:
Into
<
i64
>>
JavaAdd
<T> for
i32
Source
§
type
Target
=
i64
Source
§
fn
add
(self, other: T) -> Self::
Target
Source
§
impl<T:
Into
<
i64
>>
JavaAdd
<T> for
i64
Source
§
type
Target
=
i64
Source
§
fn
add
(self, other: T) -> Self::
Target
Source
§
impl<T:
Display
>
JavaAdd
<T> for
String
Source
§
type
Target
=
String
Source
§
fn
add
(self, other: T) -> Self::
Target
Implementors
§