pub struct FfiDiffer { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for FfiDiffer
impl FfiDropBox for FfiDiffer
impl NonOpaque for FfiDifferwhere
for<'_never_true> FfiDiffer: ExternDropFnAnnotation,
impl Send for FfiDiffer
impl Sync for FfiDiffer
Auto Trait Implementations§
impl Freeze for FfiDiffer
impl RefUnwindSafe for FfiDiffer
impl Unpin for FfiDiffer
impl UnwindSafe for FfiDiffer
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