pub struct UpdateFeaturesRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub timeout_ms: i32,
pub updates: Vec<FeatureUpdateV0>,
}Fields§
§correlation_id: i32§client_id: Option<String>§timeout_ms: i32§updates: Vec<FeatureUpdateV0>Implementations§
Trait Implementations§
Source§impl Clone for UpdateFeaturesRequestV0
impl Clone for UpdateFeaturesRequestV0
Source§fn clone(&self) -> UpdateFeaturesRequestV0
fn clone(&self) -> UpdateFeaturesRequestV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateFeaturesRequestV0
impl Debug for UpdateFeaturesRequestV0
impl Eq for UpdateFeaturesRequestV0
Source§impl PartialEq for UpdateFeaturesRequestV0
impl PartialEq for UpdateFeaturesRequestV0
impl StructuralPartialEq for UpdateFeaturesRequestV0
Auto Trait Implementations§
impl Freeze for UpdateFeaturesRequestV0
impl RefUnwindSafe for UpdateFeaturesRequestV0
impl Send for UpdateFeaturesRequestV0
impl Sync for UpdateFeaturesRequestV0
impl Unpin for UpdateFeaturesRequestV0
impl UnsafeUnpin for UpdateFeaturesRequestV0
impl UnwindSafe for UpdateFeaturesRequestV0
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