pub struct ActionAttributesStruct {
pub icon: String,
pub title: String,
pub description: String,
pub label: String,
pub links: Vec<ActionLinkStruct>,
}Fields§
§icon: String§title: String§description: String§label: String§links: Vec<ActionLinkStruct>Trait Implementations§
Source§impl Debug for ActionAttributesStruct
impl Debug for ActionAttributesStruct
Source§impl<T> ExtractAttributes<T> for ActionAttributesStructwhere
T: HasAttributes,
impl<T> ExtractAttributes<T> for ActionAttributesStructwhere
T: HasAttributes,
Auto Trait Implementations§
impl Freeze for ActionAttributesStruct
impl RefUnwindSafe for ActionAttributesStruct
impl Send for ActionAttributesStruct
impl Sync for ActionAttributesStruct
impl Unpin for ActionAttributesStruct
impl UnwindSafe for ActionAttributesStruct
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