Struct twilight_http::response::marker::MemberListBody
source · #[non_exhaustive]pub struct MemberListBody;Expand description
Marker that a response has a list of members.
Trait Implementations§
source§impl Clone for MemberListBody
impl Clone for MemberListBody
source§fn clone(&self) -> MemberListBody
fn clone(&self) -> MemberListBody
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 MemberListBody
impl Debug for MemberListBody
source§impl PartialEq<MemberListBody> for MemberListBody
impl PartialEq<MemberListBody> for MemberListBody
source§fn eq(&self, other: &MemberListBody) -> bool
fn eq(&self, other: &MemberListBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MemberListBody
impl StructuralEq for MemberListBody
impl StructuralPartialEq for MemberListBody
Auto Trait Implementations§
impl RefUnwindSafe for MemberListBody
impl Send for MemberListBody
impl Sync for MemberListBody
impl Unpin for MemberListBody
impl UnwindSafe for MemberListBody
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.