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