pub struct LeaderDirectedCalloutId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for LeaderDirectedCalloutId
impl Clone for LeaderDirectedCalloutId
Source§fn clone(&self) -> LeaderDirectedCalloutId
fn clone(&self) -> LeaderDirectedCalloutId
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 LeaderDirectedCalloutId
Source§impl Debug for LeaderDirectedCalloutId
impl Debug for LeaderDirectedCalloutId
impl Eq for LeaderDirectedCalloutId
Source§impl Hash for LeaderDirectedCalloutId
impl Hash for LeaderDirectedCalloutId
Source§impl PartialEq for LeaderDirectedCalloutId
impl PartialEq for LeaderDirectedCalloutId
Source§fn eq(&self, other: &LeaderDirectedCalloutId) -> bool
fn eq(&self, other: &LeaderDirectedCalloutId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LeaderDirectedCalloutId
Auto Trait Implementations§
impl Freeze for LeaderDirectedCalloutId
impl RefUnwindSafe for LeaderDirectedCalloutId
impl Send for LeaderDirectedCalloutId
impl Sync for LeaderDirectedCalloutId
impl Unpin for LeaderDirectedCalloutId
impl UnsafeUnpin for LeaderDirectedCalloutId
impl UnwindSafe for LeaderDirectedCalloutId
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