Struct vkrs::api::FullId [] [src]

pub struct FullId(pub OwnerId, pub Id);

Trait Implementations

impl Copy for FullId
[src]

impl Eq for FullId
[src]

impl Clone for FullId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FullId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for FullId
[src]

Formats the value using the given formatter.

impl Default for FullId
[src]

Returns the "default value" for a type. Read more

impl Display for FullId
[src]

Formats the value using the given formatter.

impl From<(OwnerId, Id)> for FullId
[src]

Performs the conversion.

impl Into<(OwnerId, Id)> for FullId
[src]

Performs the conversion.