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