pub struct SourceMeta {
pub name: String,
pub kind: String,
pub tags: Tags,
}Expand description
数据源元信息,供 orchestrator/调度层用于统计与展示。
Fields§
§name: String§kind: StringImplementations§
Trait Implementations§
Source§impl Clone for SourceMeta
impl Clone for SourceMeta
Source§fn clone(&self) -> SourceMeta
fn clone(&self) -> SourceMeta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SourceMeta
impl RefUnwindSafe for SourceMeta
impl Send for SourceMeta
impl Sync for SourceMeta
impl Unpin for SourceMeta
impl UnwindSafe for SourceMeta
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