pub struct BiosAction {
pub title: Option<String>,
pub target: String,
}Fields§
§title: Option<String>§target: StringTrait Implementations§
Source§impl Clone for BiosAction
impl Clone for BiosAction
Source§fn clone(&self) -> BiosAction
fn clone(&self) -> BiosAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BiosAction
impl Debug for BiosAction
Source§impl<'de> Deserialize<'de> for BiosAction
impl<'de> Deserialize<'de> for BiosAction
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
Auto Trait Implementations§
impl Freeze for BiosAction
impl RefUnwindSafe for BiosAction
impl Send for BiosAction
impl Sync for BiosAction
impl Unpin for BiosAction
impl UnsafeUnpin for BiosAction
impl UnwindSafe for BiosAction
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