Struct relay_dynamic_config::TagWithSource
source · pub struct TagWithSource { /* private fields */ }
Expand description
Intermediate result of the tag spec builder.
Can be transformed into TagSpec
.
Implementations§
source§impl TagWithSource
impl TagWithSource
Auto Trait Implementations§
impl Freeze for TagWithSource
impl RefUnwindSafe for TagWithSource
impl Send for TagWithSource
impl Sync for TagWithSource
impl Unpin for TagWithSource
impl UnwindSafe for TagWithSource
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