Struct slack_morphism_models::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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more