pub struct MaterialIcon { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaterialIcon
impl RefUnwindSafe for MaterialIcon
impl Send for MaterialIcon
impl Sync for MaterialIcon
impl Unpin for MaterialIcon
impl UnsafeUnpin for MaterialIcon
impl UnwindSafe for MaterialIcon
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