pub struct ProtoInfoView<T: ?Sized>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: ?Sized> Clone for ProtoInfoView<T>
impl<T: ?Sized> Clone for ProtoInfoView<T>
Source§impl<T: ?Sized> InfoRow<T> for ProtoInfoView<T>
impl<T: ?Sized> InfoRow<T> for ProtoInfoView<T>
fn proto_view(&self) -> &ProtoInfoView<T>
fn compute_row_text<'a>(&self, _object: &'a T) -> (Cow<'a, str>, String)
fn compute_item_to_send(&self, _object: &T) -> Option<AnySendObject>
fn accumulate_rows(&self, _rows: &mut Vec<Arc<dyn InfoRow<T>>>)
fn row<Next, Builder>(
self,
builder: impl FnOnce(ProtoRowBuilder<T>) -> Builder,
) -> InfoView<T, Self, Next>where
Self: Sized,
Builder: RowBuilder<T, Next>,
Auto Trait Implementations§
impl<T> Freeze for ProtoInfoView<T>where
T: ?Sized,
impl<T> RefUnwindSafe for ProtoInfoView<T>where
T: ?Sized,
impl<T> Send for ProtoInfoView<T>where
T: ?Sized,
impl<T> Sync for ProtoInfoView<T>where
T: ?Sized,
impl<T> Unpin for ProtoInfoView<T>where
T: ?Sized,
impl<T> UnsafeUnpin for ProtoInfoView<T>where
T: ?Sized,
impl<T> UnwindSafe for ProtoInfoView<T>where
T: ?Sized,
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