pub struct DiscussionAnsweredDiscussionAnswerChosenBy { /* private fields */ }
Implementations§
Source§impl DiscussionAnsweredDiscussionAnswerChosenBy
impl DiscussionAnsweredDiscussionAnswerChosenBy
pub fn avatar_url<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn events_url<T>(self, value: T) -> Self
pub fn followers_url<T>(self, value: T) -> Self
pub fn following_url<T>(self, value: T) -> Self
pub fn gists_url<T>(self, value: T) -> Self
pub fn gravatar_id<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn login<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn organizations_url<T>(self, value: T) -> Self
pub fn received_events_url<T>(self, value: T) -> Self
pub fn repos_url<T>(self, value: T) -> Self
pub fn site_admin<T>(self, value: T) -> Self
pub fn starred_url<T>(self, value: T) -> Self
pub fn subscriptions_url<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DiscussionAnsweredDiscussionAnswerChosenBy
impl Clone for DiscussionAnsweredDiscussionAnswerChosenBy
Source§fn clone(&self) -> DiscussionAnsweredDiscussionAnswerChosenBy
fn clone(&self) -> DiscussionAnsweredDiscussionAnswerChosenBy
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<DiscussionAnsweredDiscussionAnswerChosenBy> for DiscussionAnsweredDiscussionAnswerChosenBy
impl From<DiscussionAnsweredDiscussionAnswerChosenBy> for DiscussionAnsweredDiscussionAnswerChosenBy
Source§fn from(value: DiscussionAnsweredDiscussionAnswerChosenBy) -> Self
fn from(value: DiscussionAnsweredDiscussionAnswerChosenBy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionAnsweredDiscussionAnswerChosenBy
impl RefUnwindSafe for DiscussionAnsweredDiscussionAnswerChosenBy
impl Send for DiscussionAnsweredDiscussionAnswerChosenBy
impl Sync for DiscussionAnsweredDiscussionAnswerChosenBy
impl Unpin for DiscussionAnsweredDiscussionAnswerChosenBy
impl UnwindSafe for DiscussionAnsweredDiscussionAnswerChosenBy
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