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