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