pub struct Tuktuk;Expand description
Program type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tuktuk
impl RefUnwindSafe for Tuktuk
impl Send for Tuktuk
impl Sync for Tuktuk
impl Unpin for Tuktuk
impl UnwindSafe for Tuktuk
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