pub struct AsType {
pub extent: Extent,
pub target: Box<Attributed<Expression>>,
pub typ: Type,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§target: Box<Attributed<Expression>>§typ: Type§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsType
impl RefUnwindSafe for AsType
impl Send for AsType
impl Sync for AsType
impl Unpin for AsType
impl UnsafeUnpin for AsType
impl UnwindSafe for AsType
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