pub struct DiscussionLockedDiscussion { /* private fields */ }
Implementations§
Source§impl DiscussionLockedDiscussion
impl DiscussionLockedDiscussion
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 DiscussionLockedDiscussion
impl Clone for DiscussionLockedDiscussion
Source§fn clone(&self) -> DiscussionLockedDiscussion
fn clone(&self) -> DiscussionLockedDiscussion
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 Debug for DiscussionLockedDiscussion
impl Debug for DiscussionLockedDiscussion
Source§impl Default for DiscussionLockedDiscussion
impl Default for DiscussionLockedDiscussion
Source§impl From<DiscussionLockedDiscussion> for DiscussionLockedDiscussion
impl From<DiscussionLockedDiscussion> for DiscussionLockedDiscussion
Source§fn from(value: DiscussionLockedDiscussion) -> Self
fn from(value: DiscussionLockedDiscussion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionLockedDiscussion
impl RefUnwindSafe for DiscussionLockedDiscussion
impl Send for DiscussionLockedDiscussion
impl Sync for DiscussionLockedDiscussion
impl Unpin for DiscussionLockedDiscussion
impl UnwindSafe for DiscussionLockedDiscussion
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