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