#[non_exhaustive]pub struct TipOfSourceReferenceIsDifferentException { /* private fields */ }Expand description
The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.
Implementations
sourceimpl TipOfSourceReferenceIsDifferentException
impl TipOfSourceReferenceIsDifferentException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TipOfSourceReferenceIsDifferentException.
Trait Implementations
sourceimpl Clone for TipOfSourceReferenceIsDifferentException
impl Clone for TipOfSourceReferenceIsDifferentException
sourcefn clone(&self) -> TipOfSourceReferenceIsDifferentException
fn clone(&self) -> TipOfSourceReferenceIsDifferentException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Error for TipOfSourceReferenceIsDifferentException
impl Error for TipOfSourceReferenceIsDifferentException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<TipOfSourceReferenceIsDifferentException> for TipOfSourceReferenceIsDifferentException
impl PartialEq<TipOfSourceReferenceIsDifferentException> for TipOfSourceReferenceIsDifferentException
sourcefn eq(&self, other: &TipOfSourceReferenceIsDifferentException) -> bool
fn eq(&self, other: &TipOfSourceReferenceIsDifferentException) -> bool
impl StructuralPartialEq for TipOfSourceReferenceIsDifferentException
Auto Trait Implementations
impl RefUnwindSafe for TipOfSourceReferenceIsDifferentException
impl Send for TipOfSourceReferenceIsDifferentException
impl Sync for TipOfSourceReferenceIsDifferentException
impl Unpin for TipOfSourceReferenceIsDifferentException
impl UnwindSafe for TipOfSourceReferenceIsDifferentException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more