pub struct CellLayoutDataCallback { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for CellLayoutDataCallback
impl Debug for CellLayoutDataCallback
Auto Trait Implementations§
impl Freeze for CellLayoutDataCallback
impl RefUnwindSafe for CellLayoutDataCallback
impl !Send for CellLayoutDataCallback
impl !Sync for CellLayoutDataCallback
impl Unpin for CellLayoutDataCallback
impl UnwindSafe for CellLayoutDataCallback
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