pub struct SensorUpdateSensorRequest {
pub name: Option<String>,
pub namespace: Option<String>,
pub sensor: Option<IoArgoprojEventsV1alpha1Sensor>,
}
Fields§
§name: Option<String>
§namespace: Option<String>
§sensor: Option<IoArgoprojEventsV1alpha1Sensor>
Trait Implementations§
Source§impl Clone for SensorUpdateSensorRequest
impl Clone for SensorUpdateSensorRequest
Source§fn clone(&self) -> SensorUpdateSensorRequest
fn clone(&self) -> SensorUpdateSensorRequest
Returns a copy 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 SensorUpdateSensorRequest
impl Debug for SensorUpdateSensorRequest
Source§impl<'de> Deserialize<'de> for SensorUpdateSensorRequest
impl<'de> Deserialize<'de> for SensorUpdateSensorRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&SensorUpdateSensorRequest> for SensorUpdateSensorRequest
impl From<&SensorUpdateSensorRequest> for SensorUpdateSensorRequest
Source§fn from(value: &SensorUpdateSensorRequest) -> Self
fn from(value: &SensorUpdateSensorRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SensorUpdateSensorRequest
impl RefUnwindSafe for SensorUpdateSensorRequest
impl Send for SensorUpdateSensorRequest
impl Sync for SensorUpdateSensorRequest
impl Unpin for SensorUpdateSensorRequest
impl UnwindSafe for SensorUpdateSensorRequest
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