pub struct DataSourceWriteContext { /* private fields */ }Expand description
Context when DataSource is being written to.
Implementations§
Source§impl DataSourceWriteContext
impl DataSourceWriteContext
Sourcepub fn value(&self) -> &DataValue
pub fn value(&self) -> &DataValue
Gets value.
This returns the value received from the client that is writing to this DataSource.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataSourceWriteContext
impl RefUnwindSafe for DataSourceWriteContext
impl !Send for DataSourceWriteContext
impl !Sync for DataSourceWriteContext
impl Unpin for DataSourceWriteContext
impl UnwindSafe for DataSourceWriteContext
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