[−][src]Struct scale_info::build::FieldsBuilder
Build a set of either all named (e.g. for a struct) or all unnamed (e.g. for a tuple struct)
Implementations
impl<T> FieldsBuilder<T>
[src]
impl FieldsBuilder<NamedFields>
[src]
pub fn field_of<T: ?Sized>(
mut self: Self,
name: &'static str,
type_name: &'static str
) -> Self where
T: TypeInfo + 'static,
[src]
mut self: Self,
name: &'static str,
type_name: &'static str
) -> Self where
T: TypeInfo + 'static,
Add a named field with the type of the type parameter T
impl FieldsBuilder<UnnamedFields>
[src]
pub fn field_of<T: ?Sized>(mut self: Self, type_name: &'static str) -> Self where
T: TypeInfo + 'static,
[src]
T: TypeInfo + 'static,
Add an unnamed field with the type of the type parameter T
Trait Implementations
impl<T> Default for FieldsBuilder<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for FieldsBuilder<T>
[src]
impl<T> Send for FieldsBuilder<T>
[src]
impl<T> Sync for FieldsBuilder<T>
[src]
impl<T> Unpin for FieldsBuilder<T>
[src]
impl<T> UnwindSafe for FieldsBuilder<T>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,