pub struct SetLocalRef<S: State = Empty>(/* private fields */);Expand description
State transition - sets the local_ref field to Set
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SetLocalRef<S>
impl<S> RefUnwindSafe for SetLocalRef<S>
impl<S> Send for SetLocalRef<S>
impl<S> Sync for SetLocalRef<S>
impl<S> Unpin for SetLocalRef<S>
impl<S> UnsafeUnpin for SetLocalRef<S>
impl<S> UnwindSafe for SetLocalRef<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