pub struct ConstraintExtensionPermanentDelegate {
pub permanent_delegate: Expr,
}
Fields§
§permanent_delegate: Expr
Trait Implementations§
source§impl Clone for ConstraintExtensionPermanentDelegate
impl Clone for ConstraintExtensionPermanentDelegate
source§fn clone(&self) -> ConstraintExtensionPermanentDelegate
fn clone(&self) -> ConstraintExtensionPermanentDelegate
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 moreAuto Trait Implementations§
impl Freeze for ConstraintExtensionPermanentDelegate
impl RefUnwindSafe for ConstraintExtensionPermanentDelegate
impl !Send for ConstraintExtensionPermanentDelegate
impl !Sync for ConstraintExtensionPermanentDelegate
impl Unpin for ConstraintExtensionPermanentDelegate
impl UnwindSafe for ConstraintExtensionPermanentDelegate
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