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 ==
.impl Eq for ReferenceParameters
impl StructuralEq for ReferenceParameters
impl StructuralPartialEq for ReferenceParameters
Auto Trait Implementations§
impl RefUnwindSafe for ReferenceParameters
impl Send for ReferenceParameters
impl Sync for ReferenceParameters
impl Unpin for ReferenceParameters
impl UnwindSafe for ReferenceParameters
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