Struct glycos::graph::cryptograph::VertexControlList [−][src]
Fields
inner: Vec<(PublicKey, Vec<u8>)>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VertexControlList
impl Send for VertexControlList
impl Sync for VertexControlList
impl Unpin for VertexControlList
impl UnwindSafe for VertexControlList
Blanket Implementations
Mutably borrows from an owned value. Read more
