pub struct ProjectIcon {
pub key: String,
pub name: String,
pub icon: String,
}
Fields§
§key: String
§name: String
§icon: String
Trait Implementations§
Source§impl Debug for ProjectIcon
impl Debug for ProjectIcon
Auto Trait Implementations§
impl Freeze for ProjectIcon
impl RefUnwindSafe for ProjectIcon
impl Send for ProjectIcon
impl Sync for ProjectIcon
impl Unpin for ProjectIcon
impl UnwindSafe for ProjectIcon
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