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