pub struct IfNullFunction;Trait Implementations§
Source§impl Rule for IfNullFunction
impl Rule for IfNullFunction
Auto Trait Implementations§
impl Freeze for IfNullFunction
impl RefUnwindSafe for IfNullFunction
impl Send for IfNullFunction
impl Sync for IfNullFunction
impl Unpin for IfNullFunction
impl UnsafeUnpin for IfNullFunction
impl UnwindSafe for IfNullFunction
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