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