pub struct NamespaceResources {
pub namespace: String,
pub write_queue: String,
pub read_stream: String,
pub postgres_table: String,
}Expand description
Resolve resource names for a typed namespace.
Fields§
§namespace: String§write_queue: String§read_stream: String§postgres_table: StringImplementations§
Auto Trait Implementations§
impl Freeze for NamespaceResources
impl RefUnwindSafe for NamespaceResources
impl Send for NamespaceResources
impl Sync for NamespaceResources
impl Unpin for NamespaceResources
impl UnsafeUnpin for NamespaceResources
impl UnwindSafe for NamespaceResources
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