pub struct burn_write_opts { /* private fields */ }Expand description
References a set of write parameters
Trait Implementations§
Source§impl Clone for burn_write_opts
impl Clone for burn_write_opts
Source§fn clone(&self) -> burn_write_opts
fn clone(&self) -> burn_write_opts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for burn_write_opts
impl Debug for burn_write_opts
impl Copy for burn_write_opts
Auto Trait Implementations§
impl Freeze for burn_write_opts
impl RefUnwindSafe for burn_write_opts
impl Send for burn_write_opts
impl Sync for burn_write_opts
impl Unpin for burn_write_opts
impl UnwindSafe for burn_write_opts
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