pub struct FunctionSpec {
pub pragma: &'static str,
}Fields§
§pragma: &'static strTrait Implementations§
Source§impl Debug for FunctionSpec
impl Debug for FunctionSpec
Source§impl PartialEq for FunctionSpec
impl PartialEq for FunctionSpec
impl StructuralPartialEq for FunctionSpec
Auto Trait Implementations§
impl Freeze for FunctionSpec
impl RefUnwindSafe for FunctionSpec
impl Send for FunctionSpec
impl Sync for FunctionSpec
impl Unpin for FunctionSpec
impl UnsafeUnpin for FunctionSpec
impl UnwindSafe for FunctionSpec
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