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