pub struct Utility;Expand description
Wraps the corresponding Model I/O utility counterpart.
Implementations§
Trait Implementations§
impl Copy for Utility
Auto Trait Implementations§
impl Freeze for Utility
impl RefUnwindSafe for Utility
impl Send for Utility
impl Sync for Utility
impl Unpin for Utility
impl UnsafeUnpin for Utility
impl UnwindSafe for Utility
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