#[non_exhaustive]pub struct WriteFeatureValuesResponse { /* private fields */ }Available on crate feature
featurestore-online-serving-service only.Expand description
Response message for FeaturestoreOnlineServingService.WriteFeatureValues.
Implementations§
Trait Implementations§
Source§impl Clone for WriteFeatureValuesResponse
impl Clone for WriteFeatureValuesResponse
Source§fn clone(&self) -> WriteFeatureValuesResponse
fn clone(&self) -> WriteFeatureValuesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WriteFeatureValuesResponse
impl Debug for WriteFeatureValuesResponse
Source§impl Default for WriteFeatureValuesResponse
impl Default for WriteFeatureValuesResponse
Source§fn default() -> WriteFeatureValuesResponse
fn default() -> WriteFeatureValuesResponse
Returns the “default value” for a type. Read more
Source§impl Message for WriteFeatureValuesResponse
impl Message for WriteFeatureValuesResponse
impl StructuralPartialEq for WriteFeatureValuesResponse
Auto Trait Implementations§
impl Freeze for WriteFeatureValuesResponse
impl RefUnwindSafe for WriteFeatureValuesResponse
impl Send for WriteFeatureValuesResponse
impl Sync for WriteFeatureValuesResponse
impl Unpin for WriteFeatureValuesResponse
impl UnwindSafe for WriteFeatureValuesResponse
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