Struct ForkEventForkee

Source
pub struct ForkEventForkee { /* private fields */ }

Implementations§

Source§

impl ForkEventForkee

Source

pub fn allow_auto_merge<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn allow_forking<T>(self, value: T) -> Self
where T: TryInto<Option<bool>>, T::Error: Display,

Source

pub fn allow_merge_commit<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn allow_rebase_merge<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn allow_squash_merge<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn allow_update_branch<T>(self, value: T) -> Self
where T: TryInto<Option<bool>>, T::Error: Display,

Source

pub fn archive_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn archived<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn assignees_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn blobs_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn branches_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn clone_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn collaborators_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn comments_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn commits_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn compare_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn contents_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn contributors_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn created_at<T>(self, value: T) -> Self

Source

pub fn default_branch<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn delete_branch_on_merge<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn deployments_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn description<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn disabled<T>(self, value: T) -> Self
where T: TryInto<Option<bool>>, T::Error: Display,

Source

pub fn downloads_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn events_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn fork<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn forks<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn forks_count<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn forks_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn full_name<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn git_commits_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn git_refs_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn git_tags_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn git_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn has_discussions<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn has_downloads<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn has_issues<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn has_pages<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn has_projects<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn has_wiki<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn homepage<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn hooks_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn html_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn id<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn is_template<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn issue_comment_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn issue_events_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn issues_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn keys_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn labels_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn language<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn languages_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn license<T>(self, value: T) -> Self

Source

pub fn master_branch<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn merge_commit_message<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn merge_commit_title<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn merges_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn milestones_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn mirror_url<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn name<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn node_id<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn notifications_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn open_issues<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn open_issues_count<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn organization<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn owner<T>(self, value: T) -> Self
where T: TryInto<User>, T::Error: Display,

Source

pub fn permissions<T>(self, value: T) -> Self

Source

pub fn private<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Source

pub fn public<T>(self, value: T) -> Self
where T: TryInto<Option<bool>>, T::Error: Display,

Source

pub fn pulls_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn pushed_at<T>(self, value: T) -> Self

Source

pub fn releases_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn size<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn squash_merge_commit_message<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn squash_merge_commit_title<T>(self, value: T) -> Self
where T: TryInto<Option<String>>, T::Error: Display,

Source

pub fn ssh_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn stargazers<T>(self, value: T) -> Self
where T: TryInto<Option<i64>>, T::Error: Display,

Source

pub fn stargazers_count<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn stargazers_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn statuses_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn subscribers_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn subscription_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn svn_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn tags_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn teams_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn topics<T>(self, value: T) -> Self
where T: TryInto<Vec<String>>, T::Error: Display,

Source

pub fn trees_url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn updated_at<T>(self, value: T) -> Self
where T: TryInto<DateTime<Utc>>, T::Error: Display,

Source

pub fn url<T>(self, value: T) -> Self
where T: TryInto<String>, T::Error: Display,

Source

pub fn use_squash_pr_title_as_default<T>(self, value: T) -> Self
where T: TryInto<Option<bool>>, T::Error: Display,

Source

pub fn visibility<T>(self, value: T) -> Self

Source

pub fn watchers<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn watchers_count<T>(self, value: T) -> Self
where T: TryInto<i64>, T::Error: Display,

Source

pub fn web_commit_signoff_required<T>(self, value: T) -> Self
where T: TryInto<bool>, T::Error: Display,

Trait Implementations§

Source§

impl Clone for ForkEventForkee

Source§

fn clone(&self) -> ForkEventForkee

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ForkEventForkee

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for ForkEventForkee

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<ForkEventForkee> for ForkEventForkee

Source§

fn from(value: ForkEventForkee) -> Self

Converts to this type from the input type.
Source§

impl TryFrom<ForkEventForkee> for ForkEventForkee

Source§

type Error = String

The type returned in the event of a conversion error.
Source§

fn try_from(value: ForkEventForkee) -> Result<Self, String>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.