pub struct TheTruthApi { /* private fields */ }Trait Implementations§
Source§impl Api for TheTruthApi
impl Api for TheTruthApi
Source§impl ApiWithCtx for TheTruthApi
impl ApiWithCtx for TheTruthApi
type Ctx = tm_the_truth_o
type ApiInstance = TheTruthApiInstance
fn wrap(self, ctx: *const Self::Ctx) -> Self::ApiInstance
Source§impl ApiWithCtxMut for TheTruthApi
impl ApiWithCtxMut for TheTruthApi
type ApiInstanceMut = TheTruthApiInstanceMut
fn wrap_mut(self, ctx: *mut Self::Ctx) -> Self::ApiInstanceMut
Source§impl Clone for TheTruthApi
impl Clone for TheTruthApi
Source§fn clone(&self) -> TheTruthApi
fn clone(&self) -> TheTruthApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TheTruthApi
impl Send for TheTruthApi
impl Sync for TheTruthApi
Auto Trait Implementations§
impl Freeze for TheTruthApi
impl RefUnwindSafe for TheTruthApi
impl Unpin for TheTruthApi
impl UnwindSafe for TheTruthApi
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