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