Struct go_types::VarProperty
source · pub struct VarProperty {
pub embedded: bool,
pub is_field: bool,
pub used: bool,
}
Fields§
§embedded: bool
§is_field: bool
§used: bool
Implementations§
source§impl VarProperty
impl VarProperty
Trait Implementations§
source§impl Clone for VarProperty
impl Clone for VarProperty
source§fn clone(&self) -> VarProperty
fn clone(&self) -> VarProperty
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 Debug for VarProperty
impl Debug for VarProperty
source§impl PartialEq<VarProperty> for VarProperty
impl PartialEq<VarProperty> for VarProperty
source§fn eq(&self, other: &VarProperty) -> bool
fn eq(&self, other: &VarProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VarProperty
Auto Trait Implementations§
impl RefUnwindSafe for VarProperty
impl Send for VarProperty
impl Sync for VarProperty
impl Unpin for VarProperty
impl UnwindSafe for VarProperty
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