pub struct FfiStoreObserver { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for FfiStoreObserver
impl FfiDropBox for FfiStoreObserver
Source§unsafe fn drop_boxed(it: &mut Box<FfiStoreObserver>)
unsafe fn drop_boxed(it: &mut Box<FfiStoreObserver>)
Safety Read more
Source§impl ReprC for FfiStoreObserver
impl ReprC for FfiStoreObserver
impl NonOpaque for FfiStoreObserverwhere
for<'_never_true> FfiStoreObserver: ExternDropFnAnnotation,
impl Send for FfiStoreObserver
impl Sync for FfiStoreObserver
Auto Trait Implementations§
impl Freeze for FfiStoreObserver
impl RefUnwindSafe for FfiStoreObserver
impl Unpin for FfiStoreObserver
impl UnwindSafe for FfiStoreObserver
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