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