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