pub struct Rtc<State = Unknown> {
pub _state: State,
/* private fields */
}Fields§
§_state: StateImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<State> Freeze for Rtc<State>where
State: Freeze,
impl<State> RefUnwindSafe for Rtc<State>where
State: RefUnwindSafe,
impl<State> Send for Rtc<State>where
State: Send,
impl<State = Unknown> !Sync for Rtc<State>
impl<State> Unpin for Rtc<State>where
State: Unpin,
impl<State> UnwindSafe for Rtc<State>where
State: 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