pub struct From<'a> {
pub item: Expression<'a>,
pub whitespace_before_from: Option<ParenthesizableWhitespace<'a>>,
pub whitespace_after_from: ParenthesizableWhitespace<'a>,
}
Fields§
§item: Expression<'a>
§whitespace_before_from: Option<ParenthesizableWhitespace<'a>>
§whitespace_after_from: ParenthesizableWhitespace<'a>
Implementations§
Trait Implementations§
impl<'a> Eq for From<'a>
impl<'a> StructuralPartialEq for From<'a>
Auto Trait Implementations§
impl<'a> Freeze for From<'a>
impl<'a> RefUnwindSafe for From<'a>
impl<'a> Send for From<'a>
impl<'a> Sync for From<'a>
impl<'a> Unpin for From<'a>
impl<'a> UnwindSafe for From<'a>
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