#[non_exhaustive]pub struct InvalidReplacementTypeException { /* private fields */ }Expand description
Automerge was specified for resolving the conflict, but the specified replacement type is not valid.
Implementations
sourceimpl InvalidReplacementTypeException
impl InvalidReplacementTypeException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidReplacementTypeException.
Trait Implementations
sourceimpl Clone for InvalidReplacementTypeException
impl Clone for InvalidReplacementTypeException
sourcefn clone(&self) -> InvalidReplacementTypeException
fn clone(&self) -> InvalidReplacementTypeException
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 InvalidReplacementTypeException
impl Error for InvalidReplacementTypeException
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<InvalidReplacementTypeException> for InvalidReplacementTypeException
impl PartialEq<InvalidReplacementTypeException> for InvalidReplacementTypeException
sourcefn eq(&self, other: &InvalidReplacementTypeException) -> bool
fn eq(&self, other: &InvalidReplacementTypeException) -> bool
impl StructuralPartialEq for InvalidReplacementTypeException
Auto Trait Implementations
impl RefUnwindSafe for InvalidReplacementTypeException
impl Send for InvalidReplacementTypeException
impl Sync for InvalidReplacementTypeException
impl Unpin for InvalidReplacementTypeException
impl UnwindSafe for InvalidReplacementTypeException
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