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