pub struct ConfiguresSelected {
pub target_tag: String,
}
Fields§
§target_tag: String
Implementations§
Source§impl ConfiguresSelected
impl ConfiguresSelected
pub fn new() -> Self
pub fn set_target_tag(&mut self, value: &str)
Trait Implementations§
Source§impl Debug for ConfiguresSelected
impl Debug for ConfiguresSelected
Auto Trait Implementations§
impl Freeze for ConfiguresSelected
impl RefUnwindSafe for ConfiguresSelected
impl Send for ConfiguresSelected
impl Sync for ConfiguresSelected
impl Unpin for ConfiguresSelected
impl UnwindSafe for ConfiguresSelected
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