pub struct DraughtingCalloutId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DraughtingCalloutId
impl Clone for DraughtingCalloutId
Source§fn clone(&self) -> DraughtingCalloutId
fn clone(&self) -> DraughtingCalloutId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DraughtingCalloutId
Source§impl Debug for DraughtingCalloutId
impl Debug for DraughtingCalloutId
impl Eq for DraughtingCalloutId
Source§impl Hash for DraughtingCalloutId
impl Hash for DraughtingCalloutId
Source§impl PartialEq for DraughtingCalloutId
impl PartialEq for DraughtingCalloutId
Source§fn eq(&self, other: &DraughtingCalloutId) -> bool
fn eq(&self, other: &DraughtingCalloutId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraughtingCalloutId
Auto Trait Implementations§
impl Freeze for DraughtingCalloutId
impl RefUnwindSafe for DraughtingCalloutId
impl Send for DraughtingCalloutId
impl Sync for DraughtingCalloutId
impl Unpin for DraughtingCalloutId
impl UnsafeUnpin for DraughtingCalloutId
impl UnwindSafe for DraughtingCalloutId
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