pub struct ReferenceParameters {
pub is_static: bool,
pub is_mut: bool,
}
Fields§
§is_static: bool
§is_mut: bool
Implementations§
Trait Implementations§
source§impl Clone for ReferenceParameters
impl Clone for ReferenceParameters
source§fn clone(&self) -> ReferenceParameters
fn clone(&self) -> ReferenceParameters
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 ReferenceParameters
impl Debug for ReferenceParameters
source§impl Hash for ReferenceParameters
impl Hash for ReferenceParameters
source§impl PartialEq<ReferenceParameters> for ReferenceParameters
impl PartialEq<ReferenceParameters> for ReferenceParameters
source§fn eq(&self, other: &ReferenceParameters) -> bool
fn eq(&self, other: &ReferenceParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.