pub struct IssuesIssueId<'g> { /* private fields */ }
Implementations§
Source§impl<'g> IssuesIssueId<'g>
impl<'g> IssuesIssueId<'g>
pub fn links(self) -> IssuesIssueIdLinks<'g>
pub fn attachments(self) -> IssuesIssueIdAttachments<'g>
pub fn comments(self) -> IssuesIssueIdComments<'g>
pub fn time_tracking(self) -> IssuesIssueIdTimeTracking<'g>
pub fn project(self) -> IssuesIssueIdProject<'g>
pub fn custom_fields(self) -> IssuesIssueIdCustomFields<'g>
pub fn activities(self) -> IssuesIssueIdActivities<'g>
pub fn activities_page(self) -> IssuesIssueIdActivitiesPage<'g>
Trait Implementations§
Source§impl<'g> From<Issues<'g>> for IssuesIssueId<'g>
impl<'g> From<Issues<'g>> for IssuesIssueId<'g>
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdActivities<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdActivities<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdActivitiesPage<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdActivitiesPage<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdAttachments<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdAttachments<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdComments<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdComments<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdCustomFields<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdCustomFields<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdLinks<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdLinks<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdProject<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdProject<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Source§impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdTimeTracking<'g>
impl<'g> From<IssuesIssueId<'g>> for IssuesIssueIdTimeTracking<'g>
Source§fn from(f: IssuesIssueId<'g>) -> Self
fn from(f: IssuesIssueId<'g>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'g> !Freeze for IssuesIssueId<'g>
impl<'g> !RefUnwindSafe for IssuesIssueId<'g>
impl<'g> !Send for IssuesIssueId<'g>
impl<'g> !Sync for IssuesIssueId<'g>
impl<'g> Unpin for IssuesIssueId<'g>
impl<'g> !UnwindSafe for IssuesIssueId<'g>
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