pub struct SlotOptions {
pub machine_id: String,
pub paused: StringBool,
}
Fields§
§machine_id: String
§paused: StringBool
Trait Implementations§
Source§impl Clone for SlotOptions
impl Clone for SlotOptions
Source§fn clone(&self) -> SlotOptions
fn clone(&self) -> SlotOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 SlotOptions
impl Debug for SlotOptions
Source§impl Default for SlotOptions
impl Default for SlotOptions
Source§fn default() -> SlotOptions
fn default() -> SlotOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlotOptionswhere
SlotOptions: Default,
impl<'de> Deserialize<'de> for SlotOptionswhere
SlotOptions: Default,
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
Source§impl PartialEq for SlotOptions
impl PartialEq for SlotOptions
impl Eq for SlotOptions
impl StructuralPartialEq for SlotOptions
Auto Trait Implementations§
impl Freeze for SlotOptions
impl RefUnwindSafe for SlotOptions
impl Send for SlotOptions
impl Sync for SlotOptions
impl Unpin for SlotOptions
impl UnwindSafe for SlotOptions
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