pub struct ListHubIntegrations200ResponseInner {
pub name: String,
pub picks: Option<i32>,
pub display_name: Option<Option<String>>,
}Fields§
§name: String§picks: Option<i32>how often the integration has been picked, absent on a hub that does not count picks
display_name: Option<Option<String>>the label the hub curates for the integration, null or absent where it names none
Implementations§
Source§impl ListHubIntegrations200ResponseInner
impl ListHubIntegrations200ResponseInner
pub fn new(name: String) -> ListHubIntegrations200ResponseInner
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ListHubIntegrations200ResponseInner
impl<'de> Deserialize<'de> for ListHubIntegrations200ResponseInner
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
impl StructuralPartialEq for ListHubIntegrations200ResponseInner
Auto Trait Implementations§
impl Freeze for ListHubIntegrations200ResponseInner
impl RefUnwindSafe for ListHubIntegrations200ResponseInner
impl Send for ListHubIntegrations200ResponseInner
impl Sync for ListHubIntegrations200ResponseInner
impl Unpin for ListHubIntegrations200ResponseInner
impl UnsafeUnpin for ListHubIntegrations200ResponseInner
impl UnwindSafe for ListHubIntegrations200ResponseInner
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