Struct ExClassGetMethodArgumentCount
pub struct ExClassGetMethodArgumentCount<'a> { /* private fields */ }
Expand description
Default-param extender for ClassDb::class_get_method_argument_count_ex
.
Implementations§
§impl<'a> ExClassGetMethodArgumentCount<'a>
impl<'a> ExClassGetMethodArgumentCount<'a>
pub fn no_inheritance(self, value: bool) -> ExClassGetMethodArgumentCount<'a>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'a> Freeze for ExClassGetMethodArgumentCount<'a>
impl<'a> RefUnwindSafe for ExClassGetMethodArgumentCount<'a>
impl<'a> !Send for ExClassGetMethodArgumentCount<'a>
impl<'a> !Sync for ExClassGetMethodArgumentCount<'a>
impl<'a> Unpin for ExClassGetMethodArgumentCount<'a>
impl<'a> UnwindSafe for ExClassGetMethodArgumentCount<'a>
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