pub struct OrganizationMemberInvitedInvitation { /* private fields */ }
Implementations§
Source§impl OrganizationMemberInvitedInvitation
impl OrganizationMemberInvitedInvitation
pub fn created_at<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn failed_at<T>(self, value: T) -> Self
pub fn failed_reason<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn invitation_teams_url<T>(self, value: T) -> Self
pub fn inviter<T>(self, value: T) -> Self
pub fn login<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn role<T>(self, value: T) -> Self
pub fn team_count<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for OrganizationMemberInvitedInvitation
impl Clone for OrganizationMemberInvitedInvitation
Source§fn clone(&self) -> OrganizationMemberInvitedInvitation
fn clone(&self) -> OrganizationMemberInvitedInvitation
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 From<OrganizationMemberInvitedInvitation> for OrganizationMemberInvitedInvitation
impl From<OrganizationMemberInvitedInvitation> for OrganizationMemberInvitedInvitation
Source§fn from(value: OrganizationMemberInvitedInvitation) -> Self
fn from(value: OrganizationMemberInvitedInvitation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OrganizationMemberInvitedInvitation
impl RefUnwindSafe for OrganizationMemberInvitedInvitation
impl Send for OrganizationMemberInvitedInvitation
impl Sync for OrganizationMemberInvitedInvitation
impl Unpin for OrganizationMemberInvitedInvitation
impl UnwindSafe for OrganizationMemberInvitedInvitation
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