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