pub struct GetOverriddenSensorInformationReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetOverriddenSensorInformationReturnObject.
Implementations§
Source§impl GetOverriddenSensorInformationReturnObjectBuilder
impl GetOverriddenSensorInformationReturnObjectBuilder
pub fn requested_sampling_frequency(&mut self, value: JsFloat) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetOverriddenSensorInformationReturnObject, GetOverriddenSensorInformationReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetOverriddenSensorInformationReturnObject, GetOverriddenSensorInformationReturnObjectBuilderError>
Builds a new GetOverriddenSensorInformationReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetOverriddenSensorInformationReturnObjectBuilder
impl Clone for GetOverriddenSensorInformationReturnObjectBuilder
Source§fn clone(&self) -> GetOverriddenSensorInformationReturnObjectBuilder
fn clone(&self) -> GetOverriddenSensorInformationReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetOverriddenSensorInformationReturnObjectBuilder
impl RefUnwindSafe for GetOverriddenSensorInformationReturnObjectBuilder
impl Send for GetOverriddenSensorInformationReturnObjectBuilder
impl Sync for GetOverriddenSensorInformationReturnObjectBuilder
impl Unpin for GetOverriddenSensorInformationReturnObjectBuilder
impl UnsafeUnpin for GetOverriddenSensorInformationReturnObjectBuilder
impl UnwindSafe for GetOverriddenSensorInformationReturnObjectBuilder
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