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