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