pub struct UserTag {
pub tag_id: u16,
pub name: String,
pub writable: Option<String>,
pub group: String,
}Expand description
A user-defined tag from the config file.
Fields§
§tag_id: u16§name: String§writable: Option<String>§group: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UserTag
impl RefUnwindSafe for UserTag
impl Send for UserTag
impl Sync for UserTag
impl Unpin for UserTag
impl UnsafeUnpin for UserTag
impl UnwindSafe for UserTag
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