pub struct ProviderV2Info {
pub api: ProviderApi,
pub disabled: Option<bool>,
pub id: String,
pub integration_id: Option<String>,
pub name: String,
pub request: ProviderRequest,
}Fields§
§api: ProviderApi§disabled: Option<bool>§id: String§integration_id: Option<String>§name: String§request: ProviderRequestTrait Implementations§
Source§impl Clone for ProviderV2Info
impl Clone for ProviderV2Info
Source§fn clone(&self) -> ProviderV2Info
fn clone(&self) -> ProviderV2Info
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 ProviderV2Info
impl Debug for ProviderV2Info
Source§impl<'de> Deserialize<'de> for ProviderV2Info
impl<'de> Deserialize<'de> for ProviderV2Info
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 ProviderV2Info
impl PartialEq for ProviderV2Info
Source§impl Serialize for ProviderV2Info
impl Serialize for ProviderV2Info
impl StructuralPartialEq for ProviderV2Info
Auto Trait Implementations§
impl Freeze for ProviderV2Info
impl RefUnwindSafe for ProviderV2Info
impl Send for ProviderV2Info
impl Sync for ProviderV2Info
impl Unpin for ProviderV2Info
impl UnsafeUnpin for ProviderV2Info
impl UnwindSafe for ProviderV2Info
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