pub struct MagicGmatch {
pub base: MagicFunction,
}Fields§
§base: MagicFunctionImplementations§
Source§impl MagicGmatch
impl MagicGmatch
pub fn infer(&self, context: &MagicFunctionCallContext) -> bool
Trait Implementations§
Source§impl Clone for MagicGmatch
impl Clone for MagicGmatch
Source§fn clone(&self) -> MagicGmatch
fn clone(&self) -> MagicGmatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MagicGmatch
impl RefUnwindSafe for MagicGmatch
impl Send for MagicGmatch
impl Sync for MagicGmatch
impl Unpin for MagicGmatch
impl UnsafeUnpin for MagicGmatch
impl UnwindSafe for MagicGmatch
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