pub struct DiscussionUnansweredDiscussion { /* private fields */ }
Implementations§
Source§impl DiscussionUnansweredDiscussion
impl DiscussionUnansweredDiscussion
pub fn active_lock_reason<T>(self, value: T) -> Self
pub fn answer_chosen_at<T>(self, value: T) -> Self
pub fn answer_chosen_by<T>(self, value: T) -> Self
pub fn answer_html_url<T>(self, value: T) -> Self
pub fn body<T>(self, value: T) -> Self
pub fn category<T>(self, value: T) -> Self
pub fn comments<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn locked<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn reactions<T>(self, value: T) -> Self
pub fn repository_url<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn title<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn user<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DiscussionUnansweredDiscussion
impl Clone for DiscussionUnansweredDiscussion
Source§fn clone(&self) -> DiscussionUnansweredDiscussion
fn clone(&self) -> DiscussionUnansweredDiscussion
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<DiscussionUnansweredDiscussion> for DiscussionUnansweredDiscussion
impl From<DiscussionUnansweredDiscussion> for DiscussionUnansweredDiscussion
Source§fn from(value: DiscussionUnansweredDiscussion) -> Self
fn from(value: DiscussionUnansweredDiscussion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionUnansweredDiscussion
impl RefUnwindSafe for DiscussionUnansweredDiscussion
impl Send for DiscussionUnansweredDiscussion
impl Sync for DiscussionUnansweredDiscussion
impl Unpin for DiscussionUnansweredDiscussion
impl UnwindSafe for DiscussionUnansweredDiscussion
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