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