pub struct Sts<V: Value + ?Sized> {
pub alarm: Alarm,
pub value: V,
/* private fields */
}Fields§
§alarm: Alarm§value: VTrait Implementations§
Source§impl<V: Value + ?Sized> Request for Sts<V>
impl<V: Value + ?Sized> Request for Sts<V>
impl<V: Copy + Value + ?Sized> Copy for Sts<V>
impl<V: Value + ?Sized> ReadRequest for Sts<V>
Auto Trait Implementations§
impl<V> Freeze for Sts<V>
impl<V> RefUnwindSafe for Sts<V>
impl<V> Send for Sts<V>where
V: ?Sized,
impl<V> Sync for Sts<V>
impl<V> Unpin for Sts<V>
impl<V> UnwindSafe for Sts<V>
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