pub struct GetPostObjC { /* private fields */ }Implementations§
Source§impl GetPostObjC
impl GetPostObjC
pub fn new(rust_obj: Box<dyn GetPostRustObjInterface>) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for GetPostObjC
impl !Send for GetPostObjC
impl !Sync for GetPostObjC
impl !UnwindSafe for GetPostObjC
impl Freeze for GetPostObjC
impl Unpin for GetPostObjC
impl UnsafeUnpin for GetPostObjC
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