pub struct InteractiveMarkerInit {
pub server_id: String,
pub seq_num: u64,
pub markers: Vec<InteractiveMarker>,
}
Fields§
§server_id: String
§seq_num: u64
§markers: Vec<InteractiveMarker>
Trait Implementations§
Source§impl Clone for InteractiveMarkerInit
impl Clone for InteractiveMarkerInit
Source§fn clone(&self) -> InteractiveMarkerInit
fn clone(&self) -> InteractiveMarkerInit
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 InteractiveMarkerInit
impl Debug for InteractiveMarkerInit
Source§impl Default for InteractiveMarkerInit
impl Default for InteractiveMarkerInit
Source§impl<'de> Deserialize<'de> for InteractiveMarkerInit
impl<'de> Deserialize<'de> for InteractiveMarkerInit
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 InteractiveMarkerInit
impl PartialEq for InteractiveMarkerInit
Source§impl Serialize for InteractiveMarkerInit
impl Serialize for InteractiveMarkerInit
impl Message for InteractiveMarkerInit
impl StructuralPartialEq for InteractiveMarkerInit
Auto Trait Implementations§
impl Freeze for InteractiveMarkerInit
impl RefUnwindSafe for InteractiveMarkerInit
impl Send for InteractiveMarkerInit
impl Sync for InteractiveMarkerInit
impl Unpin for InteractiveMarkerInit
impl UnwindSafe for InteractiveMarkerInit
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