pub enum UnitPropertiesFlags {
EnablementStatus,
ActiveStatus,
Description,
LoadState,
SubState,
UnitFilePreset,
FragmentPath,
}Variants§
Trait Implementations§
Source§impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitAnd<R> for UnitPropertiesFlags
impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitAnd<R> for UnitPropertiesFlags
Source§impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitOr<R> for UnitPropertiesFlags
impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitOr<R> for UnitPropertiesFlags
Source§impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitXor<R> for UnitPropertiesFlags
impl<R: Into<FlagSet<UnitPropertiesFlags>>> BitXor<R> for UnitPropertiesFlags
Source§impl Clone for UnitPropertiesFlags
impl Clone for UnitPropertiesFlags
Source§fn clone(&self) -> UnitPropertiesFlags
fn clone(&self) -> UnitPropertiesFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnitPropertiesFlags
impl Debug for UnitPropertiesFlags
Source§impl From<UnitPropertiesFlags> for FlagSet<UnitPropertiesFlags>
impl From<UnitPropertiesFlags> for FlagSet<UnitPropertiesFlags>
Source§fn from(value: UnitPropertiesFlags) -> Self
fn from(value: UnitPropertiesFlags) -> Self
Converts to this type from the input type.
Source§impl Not for UnitPropertiesFlags
impl Not for UnitPropertiesFlags
Source§impl PartialEq for UnitPropertiesFlags
impl PartialEq for UnitPropertiesFlags
Source§impl<R: Into<FlagSet<UnitPropertiesFlags>>> Rem<R> for UnitPropertiesFlags
impl<R: Into<FlagSet<UnitPropertiesFlags>>> Rem<R> for UnitPropertiesFlags
Source§impl<R: Into<FlagSet<UnitPropertiesFlags>>> Sub<R> for UnitPropertiesFlags
impl<R: Into<FlagSet<UnitPropertiesFlags>>> Sub<R> for UnitPropertiesFlags
impl Copy for UnitPropertiesFlags
impl Eq for UnitPropertiesFlags
impl StructuralPartialEq for UnitPropertiesFlags
Auto Trait Implementations§
impl Freeze for UnitPropertiesFlags
impl RefUnwindSafe for UnitPropertiesFlags
impl Send for UnitPropertiesFlags
impl Sync for UnitPropertiesFlags
impl Unpin for UnitPropertiesFlags
impl UnsafeUnpin for UnitPropertiesFlags
impl UnwindSafe for UnitPropertiesFlags
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