[][src]Trait structural::field_traits::IntoFieldMut

pub trait IntoFieldMut<FieldName>: IntoField<FieldName> + GetFieldMut<FieldName> { }

An alias for a shared,mutable,and by-value accessor for a field.

Implementors

impl<This, FieldName> IntoFieldMut<FieldName> for This where
    This: IntoField<FieldName> + GetFieldMut<FieldName>, 
[src]

Loading content...