pub struct ArgHandle<T> {
pub name: &'static str,
/* private fields */
}Fields§
§name: &'static strTrait Implementations§
Source§impl<T: PartialEq> PartialEq for ArgHandle<T>
impl<T: PartialEq> PartialEq for ArgHandle<T>
impl<T: Copy> Copy for ArgHandle<T>
impl<T> StructuralPartialEq for ArgHandle<T>
Auto Trait Implementations§
impl<T> Freeze for ArgHandle<T>
impl<T> RefUnwindSafe for ArgHandle<T>where
T: RefUnwindSafe,
impl<T> Send for ArgHandle<T>where
T: Send,
impl<T> Sync for ArgHandle<T>where
T: Sync,
impl<T> Unpin for ArgHandle<T>where
T: Unpin,
impl<T> UnsafeUnpin for ArgHandle<T>
impl<T> UnwindSafe for ArgHandle<T>where
T: UnwindSafe,
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