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