pub struct ReferenceParameters {
pub is_static: bool,
pub is_mut: bool,
pub boxed: bool,
}
Fields§
§is_static: bool
§is_mut: bool
§boxed: bool
Implementations§
Trait Implementations§
Source§impl Clone for ReferenceParameters
impl Clone for ReferenceParameters
Source§fn clone(&self) -> ReferenceParameters
fn clone(&self) -> ReferenceParameters
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 ReferenceParameters
impl Debug for ReferenceParameters
Source§impl Hash for ReferenceParameters
impl Hash for ReferenceParameters
Source§impl PartialEq for ReferenceParameters
impl PartialEq for ReferenceParameters
impl Eq for ReferenceParameters
impl StructuralPartialEq for ReferenceParameters
Auto Trait Implementations§
impl Freeze for ReferenceParameters
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