pub struct ReplacementCancellation { /* private fields */ }Expand description
Information specific to cancellations caused by subscription replacement.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for ReplacementCancellation
impl Clone for ReplacementCancellation
Source§fn clone(&self) -> ReplacementCancellation
fn clone(&self) -> ReplacementCancellation
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 ReplacementCancellation
impl Debug for ReplacementCancellation
Source§impl Default for ReplacementCancellation
impl Default for ReplacementCancellation
Source§fn default() -> ReplacementCancellation
fn default() -> ReplacementCancellation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplacementCancellation
impl<'de> Deserialize<'de> for ReplacementCancellation
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 Serialize for ReplacementCancellation
impl Serialize for ReplacementCancellation
impl Part for ReplacementCancellation
Auto Trait Implementations§
impl Freeze for ReplacementCancellation
impl RefUnwindSafe for ReplacementCancellation
impl Send for ReplacementCancellation
impl Sync for ReplacementCancellation
impl Unpin for ReplacementCancellation
impl UnwindSafe for ReplacementCancellation
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