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