pub struct AgentMailApiConfig {}Trait Implementations§
Source§impl CatalogService for AgentMailApiConfig
impl CatalogService for AgentMailApiConfig
Source§impl Debug for AgentMailApiConfig
impl Debug for AgentMailApiConfig
Auto Trait Implementations§
impl Freeze for AgentMailApiConfig
impl RefUnwindSafe for AgentMailApiConfig
impl Send for AgentMailApiConfig
impl Sync for AgentMailApiConfig
impl Unpin for AgentMailApiConfig
impl UnsafeUnpin for AgentMailApiConfig
impl UnwindSafe for AgentMailApiConfig
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