pub struct Connector {
pub id: Uuid,
pub name: String,
pub description: String,
pub created_at: String,
pub modified_at: String,
pub server: Option<Option<String>>,
pub auth_type: Option<Option<String>>,
pub tools: Option<Option<Vec<IntegrationsSchemasApiToolTool>>>,
}Fields§
§id: Uuid§name: String§description: String§created_at: String§modified_at: String§server: Option<Option<String>>§auth_type: Option<Option<String>>§tools: Option<Option<Vec<IntegrationsSchemasApiToolTool>>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Connector
impl<'de> Deserialize<'de> for Connector
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
impl StructuralPartialEq for Connector
Auto Trait Implementations§
impl Freeze for Connector
impl RefUnwindSafe for Connector
impl Send for Connector
impl Sync for Connector
impl Unpin for Connector
impl UnsafeUnpin for Connector
impl UnwindSafe for Connector
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