pub struct SegmentAttributeCommand {
pub request_id: i64,
pub value: i64,
}
Expand description
- SegmentAttribute Command
Fields§
§request_id: i64
§value: i64
Trait Implementations§
Source§impl Clone for SegmentAttributeCommand
impl Clone for SegmentAttributeCommand
Source§fn clone(&self) -> SegmentAttributeCommand
fn clone(&self) -> SegmentAttributeCommand
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 Command for SegmentAttributeCommand
impl Command for SegmentAttributeCommand
Source§impl Debug for SegmentAttributeCommand
impl Debug for SegmentAttributeCommand
Source§impl<'de> Deserialize<'de> for SegmentAttributeCommand
impl<'de> Deserialize<'de> for SegmentAttributeCommand
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 SegmentAttributeCommand
impl PartialEq for SegmentAttributeCommand
Source§impl Reply for SegmentAttributeCommand
impl Reply for SegmentAttributeCommand
fn get_request_id(&self) -> i64
fn is_failure(&self) -> bool
Source§impl Serialize for SegmentAttributeCommand
impl Serialize for SegmentAttributeCommand
impl StructuralPartialEq for SegmentAttributeCommand
Auto Trait Implementations§
impl Freeze for SegmentAttributeCommand
impl RefUnwindSafe for SegmentAttributeCommand
impl Send for SegmentAttributeCommand
impl Sync for SegmentAttributeCommand
impl Unpin for SegmentAttributeCommand
impl UnwindSafe for SegmentAttributeCommand
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