pub struct GatingFunction;
Expand description
Gating function implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GatingFunction
impl RefUnwindSafe for GatingFunction
impl Send for GatingFunction
impl Sync for GatingFunction
impl Unpin for GatingFunction
impl UnwindSafe for GatingFunction
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