pub struct GetTopLayerElementsReturnsBuilder { /* private fields */ }Implementations§
Source§impl GetTopLayerElementsReturnsBuilder
impl GetTopLayerElementsReturnsBuilder
pub fn build(self) -> GetTopLayerElementsReturns
Auto Trait Implementations§
impl Freeze for GetTopLayerElementsReturnsBuilder
impl RefUnwindSafe for GetTopLayerElementsReturnsBuilder
impl Send for GetTopLayerElementsReturnsBuilder
impl Sync for GetTopLayerElementsReturnsBuilder
impl Unpin for GetTopLayerElementsReturnsBuilder
impl UnsafeUnpin for GetTopLayerElementsReturnsBuilder
impl UnwindSafe for GetTopLayerElementsReturnsBuilder
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