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