pub struct Scala;
Implementations§
Auto Trait Implementations§
impl Freeze for Scala
impl RefUnwindSafe for Scala
impl Send for Scala
impl Sync for Scala
impl Unpin for Scala
impl UnwindSafe for Scala
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