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