pub struct SubCmds {
pub rebuild_plane0_linux: bool,
pub rebuild_rootfs: bool,
pub tfa_rev: Option<String>,
pub tfrmm_rev: Option<String>,
pub plane0_linux_rev: Option<String>,
}Fields§
§rebuild_plane0_linux: bool§rebuild_rootfs: bool§tfa_rev: Option<String>§tfrmm_rev: Option<String>§plane0_linux_rev: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubCmds
impl<'de> Deserialize<'de> for SubCmds
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SubCmds
impl StructuralPartialEq for SubCmds
Auto Trait Implementations§
impl Freeze for SubCmds
impl RefUnwindSafe for SubCmds
impl Send for SubCmds
impl Sync for SubCmds
impl Unpin for SubCmds
impl UnsafeUnpin for SubCmds
impl UnwindSafe for SubCmds
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.