pub struct FlagRow<T: Flags> {
pub name: &'static str,
pub value: T,
/* private fields */
}Fields§
§name: &'static str§value: TImplementations§
Trait Implementations§
impl<T: Copy + Flags> Copy for FlagRow<T>
Auto Trait Implementations§
impl<T> Freeze for FlagRow<T>where
T: Freeze,
impl<T> RefUnwindSafe for FlagRow<T>where
T: RefUnwindSafe,
impl<T> Send for FlagRow<T>
impl<T> Sync for FlagRow<T>
impl<T> Unpin for FlagRow<T>where
T: Unpin,
impl<T> UnsafeUnpin for FlagRow<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for FlagRow<T>where
T: UnwindSafe,
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