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