Struct PlaceInfoHelper
pub struct PlaceInfoHelper;
Implementations§
§impl PlaceInfoHelper
impl PlaceInfoHelper
pub fn CreateFromLocalLocation<P0>(location: P0) -> Result<PlaceInfo>where
P0: Param<LocalLocation>,
Auto Trait Implementations§
impl Freeze for PlaceInfoHelper
impl RefUnwindSafe for PlaceInfoHelper
impl Send for PlaceInfoHelper
impl Sync for PlaceInfoHelper
impl Unpin for PlaceInfoHelper
impl UnwindSafe for PlaceInfoHelper
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