pub struct StateTransform { /* private fields */ }Expand description
A state transformation step.
Implementations§
Trait Implementations§
Source§impl Clone for StateTransform
impl Clone for StateTransform
Source§fn clone(&self) -> StateTransform
fn clone(&self) -> StateTransform
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StateTransform
impl Debug for StateTransform
Source§impl Shr<StateTransform> for StateTransformChain
Extend the chain with >>.
impl Shr<StateTransform> for StateTransformChain
Extend the chain with >>.
Source§type Output = StateTransformChain
type Output = StateTransformChain
The resulting type after applying the
>> operator.Source§impl Shr for StateTransform
Compose two state transforms sequentially with >>.
impl Shr for StateTransform
Compose two state transforms sequentially with >>.
Source§type Output = StateTransformChain
type Output = StateTransformChain
The resulting type after applying the
>> operator.Auto Trait Implementations§
impl Freeze for StateTransform
impl !RefUnwindSafe for StateTransform
impl Send for StateTransform
impl Sync for StateTransform
impl Unpin for StateTransform
impl !UnwindSafe for StateTransform
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