pub struct ComponentPascal;
Implementations§
Auto Trait Implementations§
impl Freeze for ComponentPascal
impl RefUnwindSafe for ComponentPascal
impl Send for ComponentPascal
impl Sync for ComponentPascal
impl Unpin for ComponentPascal
impl UnwindSafe for ComponentPascal
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