pub struct ListHubIntegrations200ResponseInner {
pub name: String,
}Fields§
§name: StringImplementations§
Source§impl ListHubIntegrations200ResponseInner
impl ListHubIntegrations200ResponseInner
pub fn new(name: String) -> ListHubIntegrations200ResponseInner
Trait Implementations§
Source§impl Clone for ListHubIntegrations200ResponseInner
impl Clone for ListHubIntegrations200ResponseInner
Source§fn clone(&self) -> ListHubIntegrations200ResponseInner
fn clone(&self) -> ListHubIntegrations200ResponseInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ListHubIntegrations200ResponseInner
impl Default for ListHubIntegrations200ResponseInner
Source§fn default() -> ListHubIntegrations200ResponseInner
fn default() -> ListHubIntegrations200ResponseInner
Returns the “default value” for a type. Read more
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
Source§impl PartialEq for ListHubIntegrations200ResponseInner
impl PartialEq for ListHubIntegrations200ResponseInner
Source§fn eq(&self, other: &ListHubIntegrations200ResponseInner) -> bool
fn eq(&self, other: &ListHubIntegrations200ResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.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 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