pub enum SetTypes {
AddNumber,
SubNumber,
Number(u8),
String(String),
NewFile(TrackedFiles),
}
Variants§
Auto Trait Implementations§
impl Freeze for SetTypes
impl RefUnwindSafe for SetTypes
impl Send for SetTypes
impl Sync for SetTypes
impl Unpin for SetTypes
impl UnwindSafe for SetTypes
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