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