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