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