pub struct FactoryPermissionPhase {
pub detail: Option<String>,
pub title: String,
}Expand description
A declared phase shown in a factory permission prompt.
Fields§
§detail: Option<String>Optional phase detail
title: StringPhase title
Trait Implementations§
Source§impl Clone for FactoryPermissionPhase
impl Clone for FactoryPermissionPhase
Source§fn clone(&self) -> FactoryPermissionPhase
fn clone(&self) -> FactoryPermissionPhase
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 FactoryPermissionPhase
impl Debug for FactoryPermissionPhase
Source§impl Default for FactoryPermissionPhase
impl Default for FactoryPermissionPhase
Source§fn default() -> FactoryPermissionPhase
fn default() -> FactoryPermissionPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FactoryPermissionPhase
impl<'de> Deserialize<'de> for FactoryPermissionPhase
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 FactoryPermissionPhase
impl RefUnwindSafe for FactoryPermissionPhase
impl Send for FactoryPermissionPhase
impl Sync for FactoryPermissionPhase
impl Unpin for FactoryPermissionPhase
impl UnsafeUnpin for FactoryPermissionPhase
impl UnwindSafe for FactoryPermissionPhase
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