pub struct SystemStatusBuilder(/* private fields */);Implementations§
Source§impl SystemStatusBuilder
impl SystemStatusBuilder
pub fn new() -> Self
pub fn with_system_on_off_status(self, v: OnOffStatus) -> Self
pub fn with_parameter_1_capable(self, v: ParameterCapable) -> Self
pub fn with_parameter_2_capable(self, v: ParameterCapable) -> Self
pub fn with_parameter_3_capable(self, v: ParameterCapable) -> Self
pub fn with_parameter_4_capable(self, v: ParameterCapable) -> Self
pub fn with_parameter_5_capable(self, v: ParameterCapable) -> Self
pub fn with_parameter_6_capable(self, v: ParameterCapable) -> Self
pub fn with_operational_status(self, v: OperationalStatus) -> Self
pub fn build(self) -> SystemStatus
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemStatusBuilder
impl RefUnwindSafe for SystemStatusBuilder
impl Send for SystemStatusBuilder
impl Sync for SystemStatusBuilder
impl Unpin for SystemStatusBuilder
impl UnwindSafe for SystemStatusBuilder
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