pub struct XContentTypeOptions;Trait Implementations§
Source§impl Clone for XContentTypeOptions
impl Clone for XContentTypeOptions
Source§fn clone(&self) -> XContentTypeOptions
fn clone(&self) -> XContentTypeOptions
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 moreSource§impl Debug for XContentTypeOptions
impl Debug for XContentTypeOptions
Source§impl Default for XContentTypeOptions
impl Default for XContentTypeOptions
Source§fn default() -> XContentTypeOptions
fn default() -> XContentTypeOptions
Returns the “default value” for a type. Read more
Source§impl Hash for XContentTypeOptions
impl Hash for XContentTypeOptions
Source§impl Header for XContentTypeOptions
impl Header for XContentTypeOptions
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
Source§impl PartialEq for XContentTypeOptions
impl PartialEq for XContentTypeOptions
impl Copy for XContentTypeOptions
impl Eq for XContentTypeOptions
impl StructuralPartialEq for XContentTypeOptions
Auto Trait Implementations§
impl Freeze for XContentTypeOptions
impl RefUnwindSafe for XContentTypeOptions
impl Send for XContentTypeOptions
impl Sync for XContentTypeOptions
impl Unpin for XContentTypeOptions
impl UnwindSafe for XContentTypeOptions
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