pub struct HackSawConfig { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HackSawConfig
impl RefUnwindSafe for HackSawConfig
impl Send for HackSawConfig
impl Sync for HackSawConfig
impl Unpin for HackSawConfig
impl UnwindSafe for HackSawConfig
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