Docs.rs
caffe2-db-0.1.5-alpha.0
caffe2-db 0.1.5-alpha.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
klebs6-x
Dependencies
caffe2-imports ^0.1.5-alpha.0
normal
caffe2-serde ^0.1.5-alpha.0
normal
caffe2-util ^0.1.5-alpha.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DBReaderDeserializer
Methods
deserialize
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In caffe2_db
?
Struct
caffe2_db
::
DBReaderDeserializer
source
·
[
−
]
pub struct DBReaderDeserializer { /* private fields */ }
Implementations
§
source
§
impl
DBReaderDeserializer
source
pub fn
deserialize
(&mut self, proto: &BlobProto, blob:
*mut
Blob
)
Auto Trait Implementations
§
§
impl !
RefUnwindSafe
for
DBReaderDeserializer
§
impl !
Send
for
DBReaderDeserializer
§
impl !
Sized
for
DBReaderDeserializer
§
impl !
Sync
for
DBReaderDeserializer
§
impl !
Unpin
for
DBReaderDeserializer
§
impl !
UnwindSafe
for
DBReaderDeserializer
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
,
const:
unstable
·
source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
const:
unstable
·
source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more