pub struct CreateSegmentConflictResponse {
pub success: Option<bool>,
pub errors: Option<Vec<String>>,
}
Fields§
§success: Option<bool>
§errors: Option<Vec<String>>
Implementations§
Trait Implementations§
Source§impl Clone for CreateSegmentConflictResponse
impl Clone for CreateSegmentConflictResponse
Source§fn clone(&self) -> CreateSegmentConflictResponse
fn clone(&self) -> CreateSegmentConflictResponse
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 Default for CreateSegmentConflictResponse
impl Default for CreateSegmentConflictResponse
Source§fn default() -> CreateSegmentConflictResponse
fn default() -> CreateSegmentConflictResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSegmentConflictResponse
impl<'de> Deserialize<'de> for CreateSegmentConflictResponse
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 CreateSegmentConflictResponse
impl PartialEq for CreateSegmentConflictResponse
Source§fn eq(&self, other: &CreateSegmentConflictResponse) -> bool
fn eq(&self, other: &CreateSegmentConflictResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateSegmentConflictResponse
Auto Trait Implementations§
impl Freeze for CreateSegmentConflictResponse
impl RefUnwindSafe for CreateSegmentConflictResponse
impl Send for CreateSegmentConflictResponse
impl Sync for CreateSegmentConflictResponse
impl Unpin for CreateSegmentConflictResponse
impl UnwindSafe for CreateSegmentConflictResponse
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