Struct synapse_rpc::resource::CResourceUpdate [] [src]

pub struct CResourceUpdate {
    pub id: String,
    pub path: Option<String>,
    pub priority: Option<u8>,
    pub sequential: Option<bool>,
    pub throttle_up: Option<Option<i64>>,
    pub throttle_down: Option<Option<i64>>,
    pub user_data: Option<Value>,
}

Collection of mutable fields that clients can modify. Due to shared field names, all fields are aggregated

Fields

Trait Implementations

impl Clone for CResourceUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CResourceUpdate
[src]

[src]

Formats the value using the given formatter.

impl Default for CResourceUpdate
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for CResourceUpdate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.