pub struct SetOps<St: State = Empty>(/* private fields */);Expand description
State transition - sets the ops field to Set
Trait Implementations§
Source§impl<St: State> State for SetOps<St>
impl<St: State> State for SetOps<St>
type Blobs = <St as State>::Blobs
type Blocks = <St as State>::Blocks
type Commit = <St as State>::Commit
type Ops = Set<ops>
type Rebase = <St as State>::Rebase
type Repo = <St as State>::Repo
type Rev = <St as State>::Rev
type Seq = <St as State>::Seq
type Time = <St as State>::Time
type TooBig = <St as State>::TooBig
Auto Trait Implementations§
impl<St> Freeze for SetOps<St>
impl<St> RefUnwindSafe for SetOps<St>
impl<St> Send for SetOps<St>
impl<St> Sync for SetOps<St>
impl<St> Unpin for SetOps<St>
impl<St> UnsafeUnpin for SetOps<St>
impl<St> UnwindSafe for SetOps<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