pub struct CellUpdater<T> { /* private fields */ }
Expand description
A type used to update the value in one or more Cell
s.
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for CellUpdater<T>
impl<T: Debug> Debug for CellUpdater<T>
Source§impl<T> DefaultEncoding for CellUpdater<T>
impl<T> DefaultEncoding for CellUpdater<T>
Source§impl<'encoding, T> StructDecodeMetadata<'encoding, Resource> for CellUpdater<T>where
T: DefaultEncoding,
T::Encoding: FieldDecode<'encoding, T, Resource>,
impl<'encoding, T> StructDecodeMetadata<'encoding, Resource> for CellUpdater<T>where
T: DefaultEncoding,
T::Encoding: FieldDecode<'encoding, T, Resource>,
Source§impl<T> StructEncodeMetadata<Resource> for CellUpdater<T>where
T: DefaultEncoding,
T::Encoding: FieldEncode<T, Resource>,
impl<T> StructEncodeMetadata<Resource> for CellUpdater<T>where
T: DefaultEncoding,
T::Encoding: FieldEncode<T, Resource>,
Auto Trait Implementations§
impl<T> Freeze for CellUpdater<T>where
T: Freeze,
impl<T> !RefUnwindSafe for CellUpdater<T>
impl<T> Send for CellUpdater<T>where
T: Send,
impl<T> Sync for CellUpdater<T>where
T: Sync,
impl<T> Unpin for CellUpdater<T>where
T: Unpin,
impl<T> !UnwindSafe for CellUpdater<T>
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
§fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
Computes the message size, as in [
MessageEncode::compute_message_size
].§fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
Writes the message, as in [
MessageEncode::write_message
].