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