pub struct Import { /* private fields */ }
Expand description
The import of a Java type import java.util.Optional;
.
Created through the import() function.
Trait Implementations§
Source§impl<'a> FormatInto<Java> for &'a Import
impl<'a> FormatInto<Java> for &'a Import
Source§impl FormatInto<Java> for Import
impl FormatInto<Java> for Import
Source§impl Ord for Import
impl Ord for Import
Source§impl PartialOrd for Import
impl PartialOrd for Import
impl Eq for Import
impl StructuralPartialEq for Import
Auto Trait Implementations§
impl Freeze for Import
impl RefUnwindSafe for Import
impl Send for Import
impl Sync for Import
impl Unpin for Import
impl UnwindSafe for Import
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