pub struct SgnFunction { /* private fields */ }Expand description
The SGN function.
Implementations§
Trait Implementations§
Source§impl Callable for SgnFunction
impl Callable for SgnFunction
Auto Trait Implementations§
impl !Send for SgnFunction
impl !Sync for SgnFunction
impl Freeze for SgnFunction
impl RefUnwindSafe for SgnFunction
impl Unpin for SgnFunction
impl UnsafeUnpin for SgnFunction
impl UnwindSafe for SgnFunction
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