Enum cargo_registry::owner::OwnerKind [] [src]

#[repr(u32)]
pub enum OwnerKind { User, Team, }

Variants

Trait Implementations

impl Debug for OwnerKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for OwnerKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OwnerKind
[src]