pub struct GetModulesCaster {}Expand description
Caster for FnId::ModuleGetModules
Trait Implementations§
Source§impl Debug for GetModulesCaster
impl Debug for GetModulesCaster
Auto Trait Implementations§
impl Freeze for GetModulesCaster
impl RefUnwindSafe for GetModulesCaster
impl Send for GetModulesCaster
impl Sync for GetModulesCaster
impl Unpin for GetModulesCaster
impl UnsafeUnpin for GetModulesCaster
impl UnwindSafe for GetModulesCaster
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