pub struct ResponsysLinkedService {
pub linked_service: LinkedService,
pub type_properties: ResponsysLinkedServiceTypeProperties,
}Expand description
Responsys linked service.
Fields§
§linked_service: LinkedService§type_properties: ResponsysLinkedServiceTypePropertiesResponsys linked service properties.
Implementations§
Source§impl ResponsysLinkedService
impl ResponsysLinkedService
pub fn new( linked_service: LinkedService, type_properties: ResponsysLinkedServiceTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for ResponsysLinkedService
impl Clone for ResponsysLinkedService
Source§fn clone(&self) -> ResponsysLinkedService
fn clone(&self) -> ResponsysLinkedService
Returns a duplicate of the value. Read more
1.0.0 · 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 ResponsysLinkedService
impl Debug for ResponsysLinkedService
Source§impl<'de> Deserialize<'de> for ResponsysLinkedService
impl<'de> Deserialize<'de> for ResponsysLinkedService
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 ResponsysLinkedService
impl PartialEq for ResponsysLinkedService
Source§impl Serialize for ResponsysLinkedService
impl Serialize for ResponsysLinkedService
impl StructuralPartialEq for ResponsysLinkedService
Auto Trait Implementations§
impl Freeze for ResponsysLinkedService
impl RefUnwindSafe for ResponsysLinkedService
impl Send for ResponsysLinkedService
impl Sync for ResponsysLinkedService
impl Unpin for ResponsysLinkedService
impl UnwindSafe for ResponsysLinkedService
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