pub struct AssignmentPropertyData(pub PropertyData<Box<PatternType>>);Tuple Fields§
§0: PropertyData<Box<PatternType>>Trait Implementations§
Source§impl Debug for AssignmentPropertyData
impl Debug for AssignmentPropertyData
Auto Trait Implementations§
impl Freeze for AssignmentPropertyData
impl RefUnwindSafe for AssignmentPropertyData
impl !Send for AssignmentPropertyData
impl !Sync for AssignmentPropertyData
impl Unpin for AssignmentPropertyData
impl UnwindSafe for AssignmentPropertyData
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