Struct unbase::network::Network [] [src]

pub struct Network(_);

Methods

impl Network
[src]

[src]

Network handle This represents your joining an existing unbase system. (In production, this is the one you want)

[src]

In test cases, you want to create a wholly new unbase system. You should not be using this in production, except the first time ever for that system

[src]

[src]

[src]

[src]

[src]

Important traits for Vec<u8>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

When we receive a root_index_seed from a peer slab that's already attached to a system, we need to apply it in order to "join" the same system

TODO: how do we decide if we want to accept this? do we just take any system seed that is sent to us when unseeded? Probably good enough for Alpha, but obviously not good enough for Beta

Trait Implementations

impl Clone for Network
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Network
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Debug for Network
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Network

impl Sync for Network