pub struct AmendConstitutionRequest {
pub rule_id: String,
pub action: String,
pub rule: Option<Map<String, Value>>,
pub rationale: Option<String>,
}Expand description
AmendConstitutionRequest model.
Fields§
§rule_id: String§action: String§rule: Option<Map<String, Value>>§rationale: Option<String>Trait Implementations§
Source§impl Clone for AmendConstitutionRequest
impl Clone for AmendConstitutionRequest
Source§fn clone(&self) -> AmendConstitutionRequest
fn clone(&self) -> AmendConstitutionRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AmendConstitutionRequest
impl Debug for AmendConstitutionRequest
Source§impl Default for AmendConstitutionRequest
impl Default for AmendConstitutionRequest
Source§fn default() -> AmendConstitutionRequest
fn default() -> AmendConstitutionRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmendConstitutionRequest
impl<'de> Deserialize<'de> for AmendConstitutionRequest
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 AmendConstitutionRequest
impl PartialEq for AmendConstitutionRequest
Source§impl Serialize for AmendConstitutionRequest
impl Serialize for AmendConstitutionRequest
impl StructuralPartialEq for AmendConstitutionRequest
Auto Trait Implementations§
impl Freeze for AmendConstitutionRequest
impl RefUnwindSafe for AmendConstitutionRequest
impl Send for AmendConstitutionRequest
impl Sync for AmendConstitutionRequest
impl Unpin for AmendConstitutionRequest
impl UnsafeUnpin for AmendConstitutionRequest
impl UnwindSafe for AmendConstitutionRequest
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