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