pub struct TryOperator {
pub extent: Extent,
pub target: Box<Attributed<Expression>>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§target: Box<Attributed<Expression>>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for TryOperator
impl Debug for TryOperator
Source§impl<'a> Index<&'a TryOperator> for str
impl<'a> Index<&'a TryOperator> for str
Source§impl Index<TryOperator> for str
impl Index<TryOperator> for str
Auto Trait Implementations§
impl Freeze for TryOperator
impl RefUnwindSafe for TryOperator
impl Send for TryOperator
impl Sync for TryOperator
impl Unpin for TryOperator
impl UnsafeUnpin for TryOperator
impl UnwindSafe for TryOperator
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