Struct il2_iltags::tags::ILDefaultTagCreator[][src]

pub struct ILDefaultTagCreator<T: ILTag + Default + Sync> { /* fields omitted */ }
Expand description

This template struct is used to implement the ILTagCreator trait for all ILTags that also implement Default.

Implementations

Creates a new instance of this struct.

Trait Implementations

Returns the “default value” for a type. Read more

Creates a new boxed instance of the the class. Read more

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

Performs the conversion.

Performs the conversion.

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.