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