pub struct ShTypeField {
pub name: String,
pub ty: String,
}
Fields§
§name: String
§ty: String
Implementations§
Trait Implementations§
Source§impl Clone for ShTypeField
impl Clone for ShTypeField
Source§fn clone(&self) -> ShTypeField
fn clone(&self) -> ShTypeField
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Hash for ShTypeField
impl Hash for ShTypeField
Source§impl PartialEq for ShTypeField
impl PartialEq for ShTypeField
impl StructuralPartialEq for ShTypeField
Auto Trait Implementations§
impl Freeze for ShTypeField
impl RefUnwindSafe for ShTypeField
impl Send for ShTypeField
impl Sync for ShTypeField
impl Unpin for ShTypeField
impl UnwindSafe for ShTypeField
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