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