Struct vkrs::utils::LinkInfo [] [src]

pub struct LinkInfo {
    pub status: LinkStatus,
    pub link: String,
}

Fields

Trait Implementations

impl Clone for LinkInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LinkInfo
[src]

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

Formats the value using the given formatter.