pub struct LocationListSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for LocationListSerializer
impl RefUnwindSafe for LocationListSerializer
impl Send for LocationListSerializer
impl Sync for LocationListSerializer
impl Unpin for LocationListSerializer
impl UnsafeUnpin for LocationListSerializer
impl UnwindSafe for LocationListSerializer
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