Docs.rs
pre-rfc3243-libtw2-common-0.2.0
pre-rfc3243-libtw2-common 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
heinrich5991
Dependencies
arrayvec ^0.5.2
normal
file_offset ^0.1.0
normal
optional
serde ^1.0.23
normal
optional
zerocopy ^0.7.32
normal
bencher ^0.1.5
dev
quickcheck ^0.4.1
dev
Versions
0%
of the crate is documented
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
Skip to main content
AlmostStringSlice
libtw2_
common
0.2.0
Almost
String
Slice
Associated Functions
new
Trait Implementations
Debug
Auto Trait Implementations
!Sized
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnsafeUnpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In libtw2_
common::
pretty
libtw2_common
::
pretty
Struct
Almost
String
Slice
Copy item path
Source
pub struct AlmostStringSlice<'a>(
/* private fields */
);
Implementations
§
Source
§
impl<'a>
AlmostStringSlice
<'a>
Source
pub fn
new
<'b>(bytes_slice: &'b [&'a [
u8
]]) -> &'b
AlmostStringSlice
<'a>
Trait Implementations
§
Source
§
impl<'a>
Debug
for
AlmostStringSlice
<'a>
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
§
§
impl<'a>
Freeze
for
AlmostStringSlice
<'a>
§
impl<'a>
RefUnwindSafe
for
AlmostStringSlice
<'a>
§
impl<'a>
Send
for
AlmostStringSlice
<'a>
§
impl<'a> !
Sized
for
AlmostStringSlice
<'a>
§
impl<'a>
Sync
for
AlmostStringSlice
<'a>
§
impl<'a>
Unpin
for
AlmostStringSlice
<'a>
§
impl<'a>
UnsafeUnpin
for
AlmostStringSlice
<'a>
§
impl<'a>
UnwindSafe
for
AlmostStringSlice
<'a>
Blanket Implementations
§
Source
§
impl<T>
Any
for T
where T: 'static + ?
Sized
,
Source
§
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
Source
§
impl<T>
Borrow
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
Source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
Source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more