pub struct Sttm {
pub data: SttmKind,
pub range: Range,
}Expand description
Structure of the insides of the do notation. It
describes the idea of sequence inside a monad
each monadic action contains a next element that is
desugared into a ‘monadic bind’.
Fields§
§data: SttmKind§range: RangeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Sttm
impl RefUnwindSafe for Sttm
impl Send for Sttm
impl Sync for Sttm
impl Unpin for Sttm
impl UnwindSafe for Sttm
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