Struct sasl2_sys::sasl::sasl_http_request
source · #[repr(C)]pub struct sasl_http_request {
pub method: *const c_char,
pub uri: *const c_char,
pub entity: *const c_uchar,
pub elen: c_ulong,
pub non_persist: c_uint,
}
Fields§
§method: *const c_char
§uri: *const c_char
§entity: *const c_uchar
§elen: c_ulong
§non_persist: c_uint
Trait Implementations§
source§impl Clone for sasl_http_request
impl Clone for sasl_http_request
source§fn clone(&self) -> sasl_http_request
fn clone(&self) -> sasl_http_request
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 sasl_http_request
impl Debug for sasl_http_request
impl Copy for sasl_http_request
Auto Trait Implementations§
impl Freeze for sasl_http_request
impl RefUnwindSafe for sasl_http_request
impl !Send for sasl_http_request
impl !Sync for sasl_http_request
impl Unpin for sasl_http_request
impl UnwindSafe for sasl_http_request
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