[−][src]Struct isis_ants_api::DeployStatus
Current deployment status returned from get_deploy
Fields
sys_burn_active: bool
Whether antenna system independent burn is active
sys_ignore_deploy: bool
Whether the antenna system is ignoring the deployment switches
sys_armed: bool
Whether the antenna system is armed (ready for deployment)
ant_1_not_deployed: bool
Whether antenna 1 is not deployed
ant_1_stopped_time: bool
Whether antenna 1's deployment time limit was reached before achieving full deployment
ant_1_active: bool
Whether antenna 1's deployment system is currently active
ant_2_not_deployed: bool
Whether antenna 2 is not deployed
ant_2_stopped_time: bool
Whether antenna 2's deployment time limit was reached before achieving full deployment
ant_2_active: bool
Whether antenna 2's deployment system is currently active
ant_3_not_deployed: bool
Whether antenna 3 is not deployed
ant_3_stopped_time: bool
Whether antenna 3's deployment time limit was reached before achieving full deployment
ant_3_active: bool
Whether antenna 3's deployment system is currently active
ant_4_not_deployed: bool
Whether antenna 4 is not deployed
ant_4_stopped_time: bool
Whether antenna 4's deployment time limit was reached before achieving full deployment
ant_4_active: bool
Whether antenna 4's deployment system is currently active
Trait Implementations
impl Default for DeployStatus
[src]
fn default() -> DeployStatus
[src]
impl Eq for DeployStatus
[src]
impl Clone for DeployStatus
[src]
fn clone(&self) -> DeployStatus
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq<DeployStatus> for DeployStatus
[src]
fn eq(&self, other: &DeployStatus) -> bool
[src]
fn ne(&self, other: &DeployStatus) -> bool
[src]
impl Hash for DeployStatus
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for DeployStatus
[src]
Auto Trait Implementations
impl Unpin for DeployStatus
impl Sync for DeployStatus
impl Send for DeployStatus
impl UnwindSafe for DeployStatus
impl RefUnwindSafe for DeployStatus
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,