pub struct GetComponentTemplateResponse {
pub component_templates: Vec<ComponentTemplate>,
}Fields§
§component_templates: Vec<ComponentTemplate>Implementations§
Source§impl GetComponentTemplateResponse
impl GetComponentTemplateResponse
pub fn new( component_templates: Vec<ComponentTemplate>, ) -> GetComponentTemplateResponse
Trait Implementations§
Source§impl Clone for GetComponentTemplateResponse
impl Clone for GetComponentTemplateResponse
Source§fn clone(&self) -> GetComponentTemplateResponse
fn clone(&self) -> GetComponentTemplateResponse
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 GetComponentTemplateResponse
impl Debug for GetComponentTemplateResponse
Source§impl Default for GetComponentTemplateResponse
impl Default for GetComponentTemplateResponse
Source§fn default() -> GetComponentTemplateResponse
fn default() -> GetComponentTemplateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetComponentTemplateResponse
impl<'de> Deserialize<'de> for GetComponentTemplateResponse
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 GetComponentTemplateResponse
impl PartialEq for GetComponentTemplateResponse
Source§fn eq(&self, other: &GetComponentTemplateResponse) -> bool
fn eq(&self, other: &GetComponentTemplateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetComponentTemplateResponse
Auto Trait Implementations§
impl Freeze for GetComponentTemplateResponse
impl RefUnwindSafe for GetComponentTemplateResponse
impl Send for GetComponentTemplateResponse
impl Sync for GetComponentTemplateResponse
impl Unpin for GetComponentTemplateResponse
impl UnsafeUnpin for GetComponentTemplateResponse
impl UnwindSafe for GetComponentTemplateResponse
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