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