#[repr(C)]pub struct in3_configure_ctx {
pub client: *mut in3_t,
pub json: *mut json_ctx_t,
pub token: *mut d_token_t,
pub error_msg: *mut c_char,
}Fields§
§client: *mut in3_t§json: *mut json_ctx_t§token: *mut d_token_t§error_msg: *mut c_charTrait Implementations§
Source§impl Clone for in3_configure_ctx
impl Clone for in3_configure_ctx
Source§fn clone(&self) -> in3_configure_ctx
fn clone(&self) -> in3_configure_ctx
Returns a copy 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 moreSource§impl Debug for in3_configure_ctx
impl Debug for in3_configure_ctx
impl Copy for in3_configure_ctx
Auto Trait Implementations§
impl Freeze for in3_configure_ctx
impl RefUnwindSafe for in3_configure_ctx
impl !Send for in3_configure_ctx
impl !Sync for in3_configure_ctx
impl Unpin for in3_configure_ctx
impl UnwindSafe for in3_configure_ctx
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