Struct unbase::network::SlabRef [] [src]

pub struct SlabRef(pub Arc<SlabRefInner>);

A reference to a Slab

The referenced slab may be resident locally or Remotely

Methods

impl SlabRef
[src]

[src]

[src]

[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Trait Implementations

impl StatefulSerialize for SlabRef
[src]

[src]

impl Clone for SlabRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for SlabRef
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Debug for SlabRef
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SlabRef

impl Sync for SlabRef