pub struct SegmentAttributeUpdatedCommand {
pub request_id: i64,
pub success: bool,
}
Expand description
- SegmentAttributeUpdated Command
Fields§
§request_id: i64
§success: bool
Trait Implementations§
Source§impl Clone for SegmentAttributeUpdatedCommand
impl Clone for SegmentAttributeUpdatedCommand
Source§fn clone(&self) -> SegmentAttributeUpdatedCommand
fn clone(&self) -> SegmentAttributeUpdatedCommand
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<'de> Deserialize<'de> for SegmentAttributeUpdatedCommand
impl<'de> Deserialize<'de> for SegmentAttributeUpdatedCommand
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 SegmentAttributeUpdatedCommand
impl PartialEq for SegmentAttributeUpdatedCommand
Source§fn eq(&self, other: &SegmentAttributeUpdatedCommand) -> bool
fn eq(&self, other: &SegmentAttributeUpdatedCommand) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Reply for SegmentAttributeUpdatedCommand
impl Reply for SegmentAttributeUpdatedCommand
fn get_request_id(&self) -> i64
fn is_failure(&self) -> bool
impl StructuralPartialEq for SegmentAttributeUpdatedCommand
Auto Trait Implementations§
impl Freeze for SegmentAttributeUpdatedCommand
impl RefUnwindSafe for SegmentAttributeUpdatedCommand
impl Send for SegmentAttributeUpdatedCommand
impl Sync for SegmentAttributeUpdatedCommand
impl Unpin for SegmentAttributeUpdatedCommand
impl UnwindSafe for SegmentAttributeUpdatedCommand
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