pub struct ChanType {
pub begin: Pos,
pub arrow: Pos,
pub dir: ChanDir,
pub val: Expr,
}
Fields§
§begin: Pos
§arrow: Pos
§dir: ChanDir
§val: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChanType
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