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