pub struct CheckState<T: Sized, S>where
Self: Sized,{
pub value: T,
/* private fields */
}Fields§
§value: TImplementations§
Source§impl<T, S> CheckState<T, S>
impl<T, S> CheckState<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for CheckState<T, S>
impl<T, S> RefUnwindSafe for CheckState<T, S>
impl<T, S> Send for CheckState<T, S>
impl<T, S> Sync for CheckState<T, S>
impl<T, S> Unpin for CheckState<T, S>
impl<T, S> UnwindSafe for CheckState<T, S>
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