pub struct GetInteractiveMarkersResponse {
pub sequence_number: u64,
pub markers: Vec<InteractiveMarker>,
}
Fields§
§sequence_number: u64
§markers: Vec<InteractiveMarker>
Trait Implementations§
Source§impl Clone for GetInteractiveMarkersResponse
impl Clone for GetInteractiveMarkersResponse
Source§fn clone(&self) -> GetInteractiveMarkersResponse
fn clone(&self) -> GetInteractiveMarkersResponse
Returns a copy 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<'de> Deserialize<'de> for GetInteractiveMarkersResponse
impl<'de> Deserialize<'de> for GetInteractiveMarkersResponse
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 GetInteractiveMarkersResponse
impl PartialEq for GetInteractiveMarkersResponse
Source§fn eq(&self, other: &GetInteractiveMarkersResponse) -> bool
fn eq(&self, other: &GetInteractiveMarkersResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for GetInteractiveMarkersResponse
impl StructuralPartialEq for GetInteractiveMarkersResponse
Auto Trait Implementations§
impl Freeze for GetInteractiveMarkersResponse
impl RefUnwindSafe for GetInteractiveMarkersResponse
impl Send for GetInteractiveMarkersResponse
impl Sync for GetInteractiveMarkersResponse
impl Unpin for GetInteractiveMarkersResponse
impl UnwindSafe for GetInteractiveMarkersResponse
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