pub struct FnMeta {
pub deterministic: bool,
pub volatile: bool,
pub side_effecting: bool,
pub foldable: bool,
pub cacheable: bool,
pub reorderable: bool,
}Fields§
§deterministic: bool§volatile: bool§side_effecting: bool§foldable: bool§cacheable: bool§reorderable: boolTrait Implementations§
impl Copy for FnMeta
impl Eq for FnMeta
impl StructuralPartialEq for FnMeta
Auto Trait Implementations§
impl Freeze for FnMeta
impl RefUnwindSafe for FnMeta
impl Send for FnMeta
impl Sync for FnMeta
impl Unpin for FnMeta
impl UnsafeUnpin for FnMeta
impl UnwindSafe for FnMeta
Blanket Implementations§
impl<T> Allocation for T
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