pub struct PropertySetterField {
pub name: String,
pub ty: Option<Type>,
}
Fields§
§name: String
§ty: Option<Type>
Trait Implementations§
Source§impl Clone for PropertySetterField
impl Clone for PropertySetterField
Source§fn clone(&self) -> PropertySetterField
fn clone(&self) -> PropertySetterField
Returns a duplicate 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 Debug for PropertySetterField
impl Debug for PropertySetterField
Source§impl PartialEq for PropertySetterField
impl PartialEq for PropertySetterField
impl StructuralPartialEq for PropertySetterField
Auto Trait Implementations§
impl Freeze for PropertySetterField
impl RefUnwindSafe for PropertySetterField
impl Send for PropertySetterField
impl Sync for PropertySetterField
impl Unpin for PropertySetterField
impl UnwindSafe for PropertySetterField
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