Struct octorust::types::BranchRestrictionPolicyAppsOwner [−][src]
pub struct BranchRestrictionPolicyAppsOwner {Show fields
pub avatar_url: String,
pub description: String,
pub events_url: String,
pub followers_url: String,
pub following_url: String,
pub gists_url: String,
pub gravatar_id: String,
pub hooks_url: String,
pub html_url: String,
pub id: i64,
pub issues_url: String,
pub login: String,
pub members_url: String,
pub node_id: String,
pub organizations_url: String,
pub public_members_url: String,
pub received_events_url: String,
pub repos_url: String,
pub site_admin: bool,
pub starred_url: String,
pub subscriptions_url: String,
pub type_: String,
pub url: String,
}Fields
avatar_url: Stringdescription: Stringevents_url: Stringfollowers_url: Stringfollowing_url: Stringgists_url: Stringgravatar_id: Stringhooks_url: Stringhtml_url: Stringid: i64issues_url: Stringlogin: Stringmembers_url: Stringnode_id: Stringorganizations_url: Stringpublic_members_url: Stringreceived_events_url: Stringrepos_url: Stringsite_admin: boolstarred_url: Stringsubscriptions_url: Stringtype_: Stringurl: StringTrait Implementations
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
Auto Trait Implementations
impl Send for BranchRestrictionPolicyAppsOwnerimpl Sync for BranchRestrictionPolicyAppsOwnerimpl Unpin for BranchRestrictionPolicyAppsOwnerBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more