pub struct AngularComponentFieldArrayTypeFact {
pub field: String,
pub element_class: String,
}Expand description
A typed Angular component field that exposes array elements to templates.
Fields§
§field: StringComponent field name used as the template iterable.
element_class: StringArray element class name.
Trait Implementations§
impl<'__de> Decode<'__de> for AngularComponentFieldArrayTypeFactwhere
'__de:,
impl Encode for AngularComponentFieldArrayTypeFact
impl Eq for AngularComponentFieldArrayTypeFact
impl StructuralPartialEq for AngularComponentFieldArrayTypeFact
Auto Trait Implementations§
impl Freeze for AngularComponentFieldArrayTypeFact
impl RefUnwindSafe for AngularComponentFieldArrayTypeFact
impl Send for AngularComponentFieldArrayTypeFact
impl Sync for AngularComponentFieldArrayTypeFact
impl Unpin for AngularComponentFieldArrayTypeFact
impl UnsafeUnpin for AngularComponentFieldArrayTypeFact
impl UnwindSafe for AngularComponentFieldArrayTypeFact
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.