pub struct SetSimulatedCentralStateParamsBuilder { /* private fields */ }Implementations§
Source§impl SetSimulatedCentralStateParamsBuilder
impl SetSimulatedCentralStateParamsBuilder
pub fn build(self) -> SetSimulatedCentralStateParams
Auto Trait Implementations§
impl Freeze for SetSimulatedCentralStateParamsBuilder
impl RefUnwindSafe for SetSimulatedCentralStateParamsBuilder
impl Send for SetSimulatedCentralStateParamsBuilder
impl Sync for SetSimulatedCentralStateParamsBuilder
impl Unpin for SetSimulatedCentralStateParamsBuilder
impl UnsafeUnpin for SetSimulatedCentralStateParamsBuilder
impl UnwindSafe for SetSimulatedCentralStateParamsBuilder
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