Struct onesignal_rust_api::models::delete_segment_not_found_response::DeleteSegmentNotFoundResponse
source · [−]Fields
success: Option<bool>
Implementations
Trait Implementations
sourceimpl Clone for DeleteSegmentNotFoundResponse
impl Clone for DeleteSegmentNotFoundResponse
sourcefn clone(&self) -> DeleteSegmentNotFoundResponse
fn clone(&self) -> DeleteSegmentNotFoundResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteSegmentNotFoundResponse
impl Debug for DeleteSegmentNotFoundResponse
sourceimpl Default for DeleteSegmentNotFoundResponse
impl Default for DeleteSegmentNotFoundResponse
sourcefn default() -> DeleteSegmentNotFoundResponse
fn default() -> DeleteSegmentNotFoundResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DeleteSegmentNotFoundResponse
impl<'de> Deserialize<'de> for DeleteSegmentNotFoundResponse
sourcefn 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
sourceimpl PartialEq<DeleteSegmentNotFoundResponse> for DeleteSegmentNotFoundResponse
impl PartialEq<DeleteSegmentNotFoundResponse> for DeleteSegmentNotFoundResponse
sourcefn eq(&self, other: &DeleteSegmentNotFoundResponse) -> bool
fn eq(&self, other: &DeleteSegmentNotFoundResponse) -> bool
impl StructuralPartialEq for DeleteSegmentNotFoundResponse
Auto Trait Implementations
impl RefUnwindSafe for DeleteSegmentNotFoundResponse
impl Send for DeleteSegmentNotFoundResponse
impl Sync for DeleteSegmentNotFoundResponse
impl Unpin for DeleteSegmentNotFoundResponse
impl UnwindSafe for DeleteSegmentNotFoundResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more