pub struct BugBranchDiff {
pub branch_link: Option<Url>,
}Expand description
Representation of the bug_branch-diff resource
Fields§
§branch_link: Option<Url>Branch
Implementations§
Trait Implementations§
Source§impl Clone for BugBranchDiff
impl Clone for BugBranchDiff
Source§fn clone(&self) -> BugBranchDiff
fn clone(&self) -> BugBranchDiff
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BugBranchDiff
impl Debug for BugBranchDiff
Source§impl Default for BugBranchDiff
impl Default for BugBranchDiff
Source§impl<'de> Deserialize<'de> for BugBranchDiff
impl<'de> Deserialize<'de> for BugBranchDiff
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 BugBranchDiff
impl PartialEq for BugBranchDiff
Source§fn eq(&self, other: &BugBranchDiff) -> bool
fn eq(&self, other: &BugBranchDiff) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BugBranchDiff
impl Serialize for BugBranchDiff
impl StructuralPartialEq for BugBranchDiff
Auto Trait Implementations§
impl Freeze for BugBranchDiff
impl RefUnwindSafe for BugBranchDiff
impl Send for BugBranchDiff
impl Sync for BugBranchDiff
impl Unpin for BugBranchDiff
impl UnsafeUnpin for BugBranchDiff
impl UnwindSafe for BugBranchDiff
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