pub struct GetInteractiveMarkersRequest {}
Trait Implementations§
Source§impl Clone for GetInteractiveMarkersRequest
impl Clone for GetInteractiveMarkersRequest
Source§fn clone(&self) -> GetInteractiveMarkersRequest
fn clone(&self) -> GetInteractiveMarkersRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetInteractiveMarkersRequest
impl Debug for GetInteractiveMarkersRequest
Source§impl<'de> Deserialize<'de> for GetInteractiveMarkersRequest
impl<'de> Deserialize<'de> for GetInteractiveMarkersRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetInteractiveMarkersRequest
impl PartialEq for GetInteractiveMarkersRequest
Source§fn eq(&self, other: &GetInteractiveMarkersRequest) -> bool
fn eq(&self, other: &GetInteractiveMarkersRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for GetInteractiveMarkersRequest
impl StructuralPartialEq 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