pub struct ComposioProjectConfig {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Debug for ComposioProjectConfig
impl Debug for ComposioProjectConfig
Auto Trait Implementations§
impl Freeze for ComposioProjectConfig
impl RefUnwindSafe for ComposioProjectConfig
impl Send for ComposioProjectConfig
impl Sync for ComposioProjectConfig
impl Unpin for ComposioProjectConfig
impl UnsafeUnpin for ComposioProjectConfig
impl UnwindSafe for ComposioProjectConfig
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