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