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 for VarProperty
impl PartialEq for VarProperty
impl StructuralPartialEq for VarProperty
Auto Trait Implementations§
impl Freeze for VarProperty
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