pub struct PullRequestReviewCommentLinksSelf {
pub href: String,
}
Fields§
§href: String
Implementations§
Source§impl PullRequestReviewCommentLinksSelf
impl PullRequestReviewCommentLinksSelf
pub fn new(href: String) -> PullRequestReviewCommentLinksSelf
Trait Implementations§
Source§impl Clone for PullRequestReviewCommentLinksSelf
impl Clone for PullRequestReviewCommentLinksSelf
Source§fn clone(&self) -> PullRequestReviewCommentLinksSelf
fn clone(&self) -> PullRequestReviewCommentLinksSelf
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 Default for PullRequestReviewCommentLinksSelf
impl Default for PullRequestReviewCommentLinksSelf
Source§fn default() -> PullRequestReviewCommentLinksSelf
fn default() -> PullRequestReviewCommentLinksSelf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullRequestReviewCommentLinksSelf
impl<'de> Deserialize<'de> for PullRequestReviewCommentLinksSelf
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PullRequestReviewCommentLinksSelf
impl PartialEq for PullRequestReviewCommentLinksSelf
Source§fn eq(&self, other: &PullRequestReviewCommentLinksSelf) -> bool
fn eq(&self, other: &PullRequestReviewCommentLinksSelf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PullRequestReviewCommentLinksSelf
Auto Trait Implementations§
impl Freeze for PullRequestReviewCommentLinksSelf
impl RefUnwindSafe for PullRequestReviewCommentLinksSelf
impl Send for PullRequestReviewCommentLinksSelf
impl Sync for PullRequestReviewCommentLinksSelf
impl Unpin for PullRequestReviewCommentLinksSelf
impl UnwindSafe for PullRequestReviewCommentLinksSelf
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