pub struct ProjectIcon {
pub color: Option<String>,
pub override_: Option<String>,
pub url: Option<String>,
}Fields§
§color: Option<String>§override_: Option<String>§url: Option<String>Trait Implementations§
Source§impl Clone for ProjectIcon
impl Clone for ProjectIcon
Source§fn clone(&self) -> ProjectIcon
fn clone(&self) -> ProjectIcon
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectIcon
impl Debug for ProjectIcon
Source§impl<'de> Deserialize<'de> for ProjectIcon
impl<'de> Deserialize<'de> for ProjectIcon
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectIcon
impl PartialEq for ProjectIcon
Source§impl Serialize for ProjectIcon
impl Serialize for ProjectIcon
impl StructuralPartialEq 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 UnsafeUnpin 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