pub enum UnitPropertySetter {
FileState(UnitFileStatus),
Description(String),
ActiveState(ActiveState),
LoadState(LoadState),
FragmentPath(String),
UnitFilePreset(Preset),
SubState(String),
Custom(Quark, OwnedValue),
}Variants§
FileState(UnitFileStatus)
Description(String)
ActiveState(ActiveState)
LoadState(LoadState)
FragmentPath(String)
UnitFilePreset(Preset)
SubState(String)
Custom(Quark, OwnedValue)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnitPropertySetter
impl RefUnwindSafe for UnitPropertySetter
impl Send for UnitPropertySetter
impl Sync for UnitPropertySetter
impl Unpin for UnitPropertySetter
impl UnsafeUnpin for UnitPropertySetter
impl UnwindSafe for UnitPropertySetter
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