pub struct XeroLinkedService {
pub linked_service: LinkedService,
pub type_properties: XeroLinkedServiceTypeProperties,
}Expand description
Xero Service linked service.
Fields§
§linked_service: LinkedService§type_properties: XeroLinkedServiceTypePropertiesXero Service linked service properties.
Implementations§
Source§impl XeroLinkedService
impl XeroLinkedService
pub fn new( linked_service: LinkedService, type_properties: XeroLinkedServiceTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for XeroLinkedService
impl Clone for XeroLinkedService
Source§fn clone(&self) -> XeroLinkedService
fn clone(&self) -> XeroLinkedService
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 XeroLinkedService
impl Debug for XeroLinkedService
Source§impl<'de> Deserialize<'de> for XeroLinkedService
impl<'de> Deserialize<'de> for XeroLinkedService
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 XeroLinkedService
impl PartialEq for XeroLinkedService
Source§impl Serialize for XeroLinkedService
impl Serialize for XeroLinkedService
impl StructuralPartialEq for XeroLinkedService
Auto Trait Implementations§
impl Freeze for XeroLinkedService
impl RefUnwindSafe for XeroLinkedService
impl Send for XeroLinkedService
impl Sync for XeroLinkedService
impl Unpin for XeroLinkedService
impl UnwindSafe for XeroLinkedService
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