pub struct SlackTaskCardIconInit {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl From<SlackTaskCardIconInit> for SlackTaskCardIcon
impl From<SlackTaskCardIconInit> for SlackTaskCardIcon
Source§fn from(value: SlackTaskCardIconInit) -> Self
fn from(value: SlackTaskCardIconInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackTaskCardIconInit
impl RefUnwindSafe for SlackTaskCardIconInit
impl Send for SlackTaskCardIconInit
impl Sync for SlackTaskCardIconInit
impl Unpin for SlackTaskCardIconInit
impl UnsafeUnpin for SlackTaskCardIconInit
impl UnwindSafe for SlackTaskCardIconInit
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