pub struct JavaPath {
pub ids: Vec<Ident>,
pub span: Span,
}Fields§
§ids: Vec<Ident>§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JavaPath
impl RefUnwindSafe for JavaPath
impl !Send for JavaPath
impl !Sync for JavaPath
impl Unpin for JavaPath
impl UnwindSafe for JavaPath
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