Struct spaceapi_server::modifiers::StateFromPeopleNowPresent [−][src]
pub struct StateFromPeopleNowPresent;
Expand description
This modifier updates the opening state based on the first people now present sensor (if present).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateFromPeopleNowPresent
impl Send for StateFromPeopleNowPresent
impl Sync for StateFromPeopleNowPresent
impl Unpin for StateFromPeopleNowPresent
impl UnwindSafe for StateFromPeopleNowPresent
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn persistent_into(self) -> Arc<Mutex<T>>
pub fn persistent_into(self) -> Arc<Mutex<T>>
Convert self
into a value of type T
.
pub fn persistent_into(self) -> Arc<RwLock<T>>
pub fn persistent_into(self) -> Arc<RwLock<T>>
Convert self
into a value of type T
.
impl<T> PersistentInto<Arc<T>> for T
impl<T> PersistentInto<Arc<T>> for T
pub fn persistent_into(self) -> Arc<T>
pub fn persistent_into(self) -> Arc<T>
Convert self
into a value of type T
.
pub fn persistent_into(self) -> T
pub fn persistent_into(self) -> T
Convert self
into a value of type T
.