Struct StoreQueueItemState
#[repr(transparent)]pub struct StoreQueueItemState(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for StoreQueueItemState
impl Clone for StoreQueueItemState
§fn clone(&self) -> StoreQueueItemState
fn clone(&self) -> StoreQueueItemState
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 more§impl Debug for StoreQueueItemState
impl Debug for StoreQueueItemState
§impl Default for StoreQueueItemState
impl Default for StoreQueueItemState
§fn default() -> StoreQueueItemState
fn default() -> StoreQueueItemState
Returns the “default value” for a type. Read more
§impl PartialEq for StoreQueueItemState
impl PartialEq for StoreQueueItemState
impl Copy for StoreQueueItemState
impl Eq for StoreQueueItemState
impl StructuralPartialEq for StoreQueueItemState
Auto Trait Implementations§
impl Freeze for StoreQueueItemState
impl RefUnwindSafe for StoreQueueItemState
impl Send for StoreQueueItemState
impl Sync for StoreQueueItemState
impl Unpin for StoreQueueItemState
impl UnwindSafe for StoreQueueItemState
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