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