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