peroxide
0.39.0
Printable
Required Methods
print
Implementations on Foreign Types
&Vec<&str>
&Vec<String>
&Vec<bool>
&Vec<char>
&Vec<f32>
&Vec<f64>
&Vec<i16>
&Vec<i32>
&Vec<i64>
&Vec<i8>
&Vec<isize>
&Vec<u16>
&Vec<u32>
&Vec<u64>
&Vec<u8>
&Vec<usize>
String
Vec<&str>
Vec<String>
Vec<char>
Vec<f32>
Vec<f64>
Vec<i16>
Vec<i32>
Vec<i64>
Vec<i8>
Vec<isize>
Vec<u16>
Vec<u32>
Vec<u64>
Vec<u8>
Vec<usize>
bool
char
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Implementors
In peroxide::
util::
print
Trait
peroxide
::
util
::
print
::
Printable
Copy item path
source
·
[
−
]
pub trait Printable { // Required method fn
print
(&self); }
Required Methods
§
source
fn
print
(&self)
Implementations on Foreign Types
§
source
§
impl
Printable
for &
Vec
<&
str
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
bool
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
char
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
f32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
f64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
i8
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
i16
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
i32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
i64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
isize
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
u8
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
u16
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
u32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
u64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
usize
>
source
§
fn
print
(&self)
source
§
impl
Printable
for &
Vec
<
String
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
bool
source
§
fn
print
(&self)
source
§
impl
Printable
for
char
source
§
fn
print
(&self)
source
§
impl
Printable
for
f32
source
§
fn
print
(&self)
source
§
impl
Printable
for
f64
source
§
fn
print
(&self)
source
§
impl
Printable
for
i8
source
§
fn
print
(&self)
source
§
impl
Printable
for
i16
source
§
fn
print
(&self)
source
§
impl
Printable
for
i32
source
§
fn
print
(&self)
source
§
impl
Printable
for
i64
source
§
fn
print
(&self)
source
§
impl
Printable
for
isize
source
§
fn
print
(&self)
source
§
impl
Printable
for
u8
source
§
fn
print
(&self)
source
§
impl
Printable
for
u16
source
§
fn
print
(&self)
source
§
impl
Printable
for
u32
source
§
fn
print
(&self)
source
§
impl
Printable
for
u64
source
§
fn
print
(&self)
source
§
impl
Printable
for
usize
source
§
fn
print
(&self)
source
§
impl
Printable
for
String
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<&
str
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
char
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
f32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
f64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
i8
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
i16
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
i32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
i64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
isize
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
u8
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
u16
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
u32
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
u64
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
usize
>
source
§
fn
print
(&self)
source
§
impl
Printable
for
Vec
<
String
>
source
§
fn
print
(&self)
Implementors
§
source
§
impl
Printable
for
AD
source
§
impl
Printable
for
DType
source
§
impl
Printable
for
DTypeArray
source
§
impl
Printable
for
ConfusionMatrix
source
§
impl
Printable
for
DataFrame
source
§
impl
Printable
for
Scalar
source
§
impl
Printable
for
Series
source
§
impl
Printable
for
Matrix
source
§
impl
Printable
for
Multinomial
source
§
impl
Printable
for
Polynomial
source
§
impl<T:
Debug
+
PartialOrd
+
SampleUniform
+
Copy
+
Into
<
f64
>>
Printable
for
OPDist
<T>
source
§
impl<T:
Debug
+
PartialOrd
+
SampleUniform
+
Copy
+
Into
<
f64
>>
Printable
for
TPDist
<T>