#[repr(C)]pub struct in3_cache_ctx {
pub req: *mut in3_req_t,
pub key: *const c_char,
pub content: *mut bytes_t,
}Fields§
§req: *mut in3_req_t§key: *const c_char§content: *mut bytes_tTrait Implementations§
Source§impl Clone for in3_cache_ctx
impl Clone for in3_cache_ctx
Source§fn clone(&self) -> in3_cache_ctx
fn clone(&self) -> in3_cache_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_cache_ctx
impl Debug for in3_cache_ctx
impl Copy for in3_cache_ctx
Auto Trait Implementations§
impl Freeze for in3_cache_ctx
impl RefUnwindSafe for in3_cache_ctx
impl !Send for in3_cache_ctx
impl !Sync for in3_cache_ctx
impl Unpin for in3_cache_ctx
impl UnwindSafe for in3_cache_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