Struct TsRunType
#[repr(transparent)]pub struct TsRunType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for TsRunType
impl Eq for TsRunType
impl StructuralPartialEq for TsRunType
Auto Trait Implementations§
impl Freeze for TsRunType
impl RefUnwindSafe for TsRunType
impl Send for TsRunType
impl Sync for TsRunType
impl Unpin for TsRunType
impl UnwindSafe for TsRunType
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