Struct lib2::Foo

source · []
pub struct Foo {
    pub x: Alias,
}
Available on crate feature foo-method only.

Fields

x: Alias

Implementations

Some documentation

A Heading

Trait Implementations

👎 Deprecated:

Whatever Foo::a_method

Available on crate feature foo-method only.
👎 Deprecated:

Whatever Foo::a_method

Available on crate feature foo-method only.
👎 Deprecated:

Whatever Foo

Available on crate feature foo-method only.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.