pub type DeleteCloneCellPayload = DisableCloneCellPayload;
Expand description

Arguments to delete a disabled clone cell of an app.

Aliased Type§

struct DeleteCloneCellPayload {
    pub app_id: String,
    pub clone_cell_id: CloneCellId,
}

Fields§

§app_id: String

The app id that the clone cell belongs to

§clone_cell_id: CloneCellId

The clone id or cell id of the clone cell

Trait Implementations§

source§

impl Clone for DisableCloneCellPayload

source§

fn clone(&self) -> DisableCloneCellPayload

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DisableCloneCellPayload

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DisableCloneCellPayload

source§

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 DisableCloneCellPayload

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more