pub struct GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2 {
pub type: Type,
pub name: Option<String>,
pub path: Option<String>,
pub sha: Option<String>,
}Fields§
§type: Type§name: Option<String>§path: Option<String>§sha: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Clone for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Source§fn clone(&self) -> GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
fn clone(&self) -> GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
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 Default for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Default for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Source§fn default() -> GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
fn default() -> GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl<'de> Deserialize<'de> for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl PartialEq for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Source§fn eq(
&self,
other: &GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2,
) -> bool
fn eq( &self, other: &GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Serialize for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
Auto Trait Implementations§
impl Freeze for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl RefUnwindSafe for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Send for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Sync for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl Unpin for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl UnsafeUnpin for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
impl UnwindSafe for GetByOrgByRepoContent200ResponseAnyOf2EntriesInnerAnyOf2
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