pub struct LuacWriter<'config, W> { /* private fields */ }Implementations§
Source§impl<'config, W> LuacWriter<'config, W>
impl<'config, W> LuacWriter<'config, W>
pub fn new(writer: W, config: &'config LuacWriteConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'config, W> Freeze for LuacWriter<'config, W>where
W: Freeze,
impl<'config, W> !RefUnwindSafe for LuacWriter<'config, W>
impl<'config, W> Send for LuacWriter<'config, W>where
W: Send,
impl<'config, W> Sync for LuacWriter<'config, W>where
W: Sync,
impl<'config, W> Unpin for LuacWriter<'config, W>where
W: Unpin,
impl<'config, W> !UnwindSafe for LuacWriter<'config, W>
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