pub struct LiftedConstData {
pub constant_data: ConstantData,
}
Fields§
§constant_data: ConstantData
Trait Implementations§
source§impl Clone for LiftedConstData
impl Clone for LiftedConstData
source§fn clone(&self) -> LiftedConstData
fn clone(&self) -> LiftedConstData
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 LiftedConstData
impl Debug for LiftedConstData
source§impl PartialEq for LiftedConstData
impl PartialEq for LiftedConstData
impl StructuralPartialEq for LiftedConstData
Auto Trait Implementations§
impl Freeze for LiftedConstData
impl RefUnwindSafe for LiftedConstData
impl Send for LiftedConstData
impl Sync for LiftedConstData
impl Unpin for LiftedConstData
impl UnwindSafe for LiftedConstData
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