pub struct ChanType {
pub begin: usize,
pub arrow: usize,
pub dir: ChanDir,
pub val: Expr,
}
Fields§
§begin: usize
§arrow: usize
§dir: ChanDir
§val: Expr
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ChanType
impl !Send for ChanType
impl !Sync for ChanType
impl Unpin for ChanType
impl UnwindSafe for ChanType
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