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