pub struct mapMarkerText;
Trait Implementations§
Source§impl Field for mapMarkerText
impl Field for mapMarkerText
impl HasInputField<mapMarkerText, Option<String>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for mapMarkerText
impl RefUnwindSafe for mapMarkerText
impl Send for mapMarkerText
impl Sync for mapMarkerText
impl Unpin for mapMarkerText
impl UnwindSafe for mapMarkerText
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