pub(crate) enum FluxLib {
FluxAlloc,
FluxAttrs,
FluxCore,
FluxRs,
}
Variants§
Implementations§
Source§impl FluxLib
impl FluxLib
pub(crate) const ALL: &[FluxLib]
pub(crate) const _ASSERT_ALL: ()
pub(crate) const fn package_name(self) -> &'static str
pub(crate) const fn target_name(self) -> &'static str
pub(crate) fn is_flux_lib(artifact: &Artifact) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FluxLib
impl RefUnwindSafe for FluxLib
impl Send for FluxLib
impl Sync for FluxLib
impl Unpin for FluxLib
impl UnwindSafe for FluxLib
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