Struct slack_morphism::prelude::SlackIconInit
source · pub struct SlackIconInit {}
Trait Implementations§
source§impl From<SlackIconInit> for SlackIcon
impl From<SlackIconInit> for SlackIcon
source§fn from(value: SlackIconInit) -> Self
fn from(value: SlackIconInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackIconInit
impl Send for SlackIconInit
impl Sync for SlackIconInit
impl Unpin for SlackIconInit
impl UnwindSafe for SlackIconInit
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