pub struct EndListRequest {
pub context_tag: u32,
}
Fields§
§context_tag: u32
Implementations§
Trait Implementations§
Source§impl Clone for EndListRequest
impl Clone for EndListRequest
Source§fn clone(&self) -> EndListRequest
fn clone(&self) -> EndListRequest
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 EndListRequest
impl Debug for EndListRequest
Source§impl Default for EndListRequest
impl Default for EndListRequest
Source§fn default() -> EndListRequest
fn default() -> EndListRequest
Returns the “default value” for a type. Read more
Source§impl Hash for EndListRequest
impl Hash for EndListRequest
Source§impl Ord for EndListRequest
impl Ord for EndListRequest
Source§fn cmp(&self, other: &EndListRequest) -> Ordering
fn cmp(&self, other: &EndListRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EndListRequest
impl PartialEq for EndListRequest
Source§impl PartialOrd for EndListRequest
impl PartialOrd for EndListRequest
Source§impl Request for EndListRequest
impl Request for EndListRequest
impl Copy for EndListRequest
impl Eq for EndListRequest
impl StructuralPartialEq for EndListRequest
impl VoidRequest for EndListRequest
Auto Trait Implementations§
impl Freeze for EndListRequest
impl RefUnwindSafe for EndListRequest
impl Send for EndListRequest
impl Sync for EndListRequest
impl Unpin for EndListRequest
impl UnwindSafe for EndListRequest
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