pub struct TestWS { /* private fields */ }Expand description
A struct holding both a native ws struct and the space it points to.
As the name implies, this struct mainly exist to facilitate testing and should probably not be used elsewhere.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestWS
impl RefUnwindSafe for TestWS
impl !Send for TestWS
impl !Sync for TestWS
impl Unpin for TestWS
impl UnwindSafe for TestWS
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