Struct vkrs::api::Attachment [] [src]

pub struct Attachment {
    pub kind: AttachmentKind,
    pub owner_id: OwnerId,
    pub media_id: Id,
}

Fields

Trait Implementations

impl Eq for Attachment
[src]

impl Copy for Attachment
[src]

impl Clone for Attachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Attachment
[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 Attachment
[src]

Formats the value using the given formatter.

impl Display for Attachment
[src]

Formats the value using the given formatter.