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