pub struct Strict<I>(pub I);Expand description
Represents a strict typed value, such as an integer value
Tuple Fields§
§0: ITrait Implementations§
impl<I: Copy> Copy for Strict<I>
Auto Trait Implementations§
impl<I> RefUnwindSafe for Strict<I>where
I: RefUnwindSafe,
impl<I> Send for Strict<I>where
I: Send,
impl<I> Sync for Strict<I>where
I: Sync,
impl<I> Unpin for Strict<I>where
I: Unpin,
impl<I> UnwindSafe for Strict<I>where
I: UnwindSafe,
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