pub struct ProjectLogoBody {
pub logo: Option<Box<ProjectLogoBodyLogo>>,
}Fields§
§logo: Option<Box<ProjectLogoBodyLogo>>Implementations§
Source§impl ProjectLogoBody
impl ProjectLogoBody
pub fn new(logo: Option<ProjectLogoBodyLogo>) -> ProjectLogoBody
Trait Implementations§
Source§impl Clone for ProjectLogoBody
impl Clone for ProjectLogoBody
Source§fn clone(&self) -> ProjectLogoBody
fn clone(&self) -> ProjectLogoBody
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 ProjectLogoBody
impl Debug for ProjectLogoBody
Source§impl Default for ProjectLogoBody
impl Default for ProjectLogoBody
Source§fn default() -> ProjectLogoBody
fn default() -> ProjectLogoBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectLogoBody
impl<'de> Deserialize<'de> for ProjectLogoBody
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 ProjectLogoBody
impl PartialEq for ProjectLogoBody
Source§impl Serialize for ProjectLogoBody
impl Serialize for ProjectLogoBody
impl StructuralPartialEq for ProjectLogoBody
Auto Trait Implementations§
impl Freeze for ProjectLogoBody
impl RefUnwindSafe for ProjectLogoBody
impl Send for ProjectLogoBody
impl Sync for ProjectLogoBody
impl Unpin for ProjectLogoBody
impl UnsafeUnpin for ProjectLogoBody
impl UnwindSafe for ProjectLogoBody
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