Enum libimagentrylink::internal::Link [] [src]

pub enum Link {
    Id {
        link: StoreId,
    },
    Annotated {
        link: StoreId,
        annotation: String,
    },
}

Variants

Fields of Id

Fields of Annotated

Methods

impl Link
[src]

[src]

[src]

[src]

Get the StoreId inside the Link, which is always present

Trait Implementations

impl Eq for Link
[src]

impl PartialOrd for Link
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Link
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Hash for Link
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Link
[src]

[src]

Formats the value using the given formatter.

impl Clone for Link
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Link
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl From<StoreId> for Link
[src]

[src]

Performs the conversion.

impl Into<StoreId> for Link
[src]

[src]

Performs the conversion.

impl IntoStoreId for Link
[src]

impl AsRef<StoreId> for Link
[src]

[src]

Performs the conversion.