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