Enum transportation::EncryptionPerspective [−][src]
pub enum EncryptionPerspective {
Alice,
Bob,
}Variants
AliceBob
Trait Implementations
impl Clone for EncryptionPerspective[src]
impl Clone for EncryptionPerspectivefn clone(&self) -> EncryptionPerspective[src]
fn clone(&self) -> EncryptionPerspectiveReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for EncryptionPerspective[src]
impl Copy for EncryptionPerspectiveimpl Debug for EncryptionPerspective[src]
impl Debug for EncryptionPerspectivefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for EncryptionPerspective[src]
impl PartialEq for EncryptionPerspectiveAuto Trait Implementations
impl Send for EncryptionPerspective
impl Send for EncryptionPerspectiveimpl Sync for EncryptionPerspective
impl Sync for EncryptionPerspective