pub struct LenFunction;
Trait Implementations§
Source§impl ForeignFunction for LenFunction
impl ForeignFunction for LenFunction
fn arguments(&self) -> Vec<FFIArgument>
fn return_type(&self) -> Type
fn call(&self, arguments: &[FFIArgumentValue]) -> TokenStream
Auto Trait Implementations§
impl Freeze for LenFunction
impl RefUnwindSafe for LenFunction
impl Send for LenFunction
impl Sync for LenFunction
impl Unpin for LenFunction
impl UnwindSafe for LenFunction
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