Struct twilight_http::response::marker::MemberBody
source · #[non_exhaustive]pub struct MemberBody;Expand description
Marker that a response has a member.
Trait Implementations§
source§impl Clone for MemberBody
impl Clone for MemberBody
source§fn clone(&self) -> MemberBody
fn clone(&self) -> MemberBody
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 MemberBody
impl Debug for MemberBody
source§impl PartialEq<MemberBody> for MemberBody
impl PartialEq<MemberBody> for MemberBody
source§fn eq(&self, other: &MemberBody) -> bool
fn eq(&self, other: &MemberBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MemberBody
impl StructuralEq for MemberBody
impl StructuralPartialEq for MemberBody
Auto Trait Implementations§
impl RefUnwindSafe for MemberBody
impl Send for MemberBody
impl Sync for MemberBody
impl Unpin for MemberBody
impl UnwindSafe for MemberBody
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.