Struct slack_morphism::SlackIconInit
source · [−]pub struct SlackIconInit {}Trait Implementations
sourceimpl From<SlackIconInit> for SlackIcon
impl From<SlackIconInit> for SlackIcon
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more