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