pub struct NullableCommunityHealthFile {
pub url: String,
pub html_url: String,
}
Fields§
§url: String
§html_url: String
Implementations§
Source§impl NullableCommunityHealthFile
impl NullableCommunityHealthFile
pub fn new(url: String, html_url: String) -> NullableCommunityHealthFile
Trait Implementations§
Source§impl Clone for NullableCommunityHealthFile
impl Clone for NullableCommunityHealthFile
Source§fn clone(&self) -> NullableCommunityHealthFile
fn clone(&self) -> NullableCommunityHealthFile
Returns a duplicate of the value. Read more
1.0.0 · 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 NullableCommunityHealthFile
impl Debug for NullableCommunityHealthFile
Source§impl Default for NullableCommunityHealthFile
impl Default for NullableCommunityHealthFile
Source§fn default() -> NullableCommunityHealthFile
fn default() -> NullableCommunityHealthFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NullableCommunityHealthFile
impl<'de> Deserialize<'de> for NullableCommunityHealthFile
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
impl StructuralPartialEq for NullableCommunityHealthFile
Auto Trait Implementations§
impl Freeze for NullableCommunityHealthFile
impl RefUnwindSafe for NullableCommunityHealthFile
impl Send for NullableCommunityHealthFile
impl Sync for NullableCommunityHealthFile
impl Unpin for NullableCommunityHealthFile
impl UnwindSafe for NullableCommunityHealthFile
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