#[repr(C)]pub struct GetInteractiveMarkersRequest { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for GetInteractiveMarkersRequest
impl Debug for GetInteractiveMarkersRequest
Source§impl Drop for GetInteractiveMarkersRequest
impl Drop for GetInteractiveMarkersRequest
Auto Trait Implementations§
impl Freeze for GetInteractiveMarkersRequest
impl RefUnwindSafe for GetInteractiveMarkersRequest
impl Send for GetInteractiveMarkersRequest
impl Sync for GetInteractiveMarkersRequest
impl Unpin for GetInteractiveMarkersRequest
impl UnwindSafe for GetInteractiveMarkersRequest
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