pub struct TypeArchiveMergeConflict { /* private fields */ }
Implementations§
source§impl TypeArchiveMergeConflict
impl TypeArchiveMergeConflict
pub fn get_type_archive(&self) -> Option<Ref<TypeArchive>>
pub fn type_id(&self) -> BnString
pub fn base_snapshot_id(&self) -> TypeArchiveSnapshotId
pub fn first_snapshot_id(&self) -> TypeArchiveSnapshotId
pub fn second_snapshot_id(&self) -> TypeArchiveSnapshotId
pub fn success<S: BnStrCompatible>(&self, value: S) -> bool
Trait Implementations§
source§impl Debug for TypeArchiveMergeConflict
impl Debug for TypeArchiveMergeConflict
source§impl ToOwned for TypeArchiveMergeConflict
impl ToOwned for TypeArchiveMergeConflict
source§type Owned = Ref<TypeArchiveMergeConflict>
type Owned = Ref<TypeArchiveMergeConflict>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
Auto Trait Implementations§
impl Freeze for TypeArchiveMergeConflict
impl RefUnwindSafe for TypeArchiveMergeConflict
impl !Send for TypeArchiveMergeConflict
impl !Sync for TypeArchiveMergeConflict
impl Unpin for TypeArchiveMergeConflict
impl UnwindSafe for TypeArchiveMergeConflict
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