pub struct StructUtility;Expand description
Bundle of all functions, mirroring the TS StructUtility class. Useful
for the test harness (which looks subjects up by name).
Implementations§
Source§impl StructUtility
impl StructUtility
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructUtility
impl RefUnwindSafe for StructUtility
impl Send for StructUtility
impl Sync for StructUtility
impl Unpin for StructUtility
impl UnsafeUnpin for StructUtility
impl UnwindSafe for StructUtility
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