Fields
client: Client
settings: Settings
Implementations
sourceimpl Conductor
impl Conductor
pub fn new(settings: Settings) -> Self
async fn tx(&self, e: &EventType) -> Result<(), ServiceError>
pub async fn new_site(&self, page: Page) -> Result<(), ServiceError>
pub async fn tx_config(&self, config: Config) -> Result<(), ServiceError>
pub async fn delete_site(&self, hostname: String) -> Result<(), ServiceError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Conductor
impl Send for Conductor
impl Sync for Conductor
impl Unpin for Conductor
impl !UnwindSafe for Conductor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more