pub struct ShFnArg {
pub name: String,
pub ty: String,
}
Fields§
§name: String
§ty: String
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShFnArg
Auto Trait Implementations§
impl Freeze for ShFnArg
impl RefUnwindSafe for ShFnArg
impl Send for ShFnArg
impl Sync for ShFnArg
impl Unpin for ShFnArg
impl UnwindSafe for ShFnArg
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