pub struct SecurityShellConfig {
pub mode: Option<String>,
}
Fields§
§mode: Option<String>
Implementations§
Source§impl SecurityShellConfig
impl SecurityShellConfig
pub fn new() -> SecurityShellConfig
Trait Implementations§
Source§impl Clone for SecurityShellConfig
impl Clone for SecurityShellConfig
Source§fn clone(&self) -> SecurityShellConfig
fn clone(&self) -> SecurityShellConfig
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 SecurityShellConfig
impl Debug for SecurityShellConfig
Source§impl<'de> Deserialize<'de> for SecurityShellConfig
impl<'de> Deserialize<'de> for SecurityShellConfig
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 FromStr for SecurityShellConfig
Converts Query Parameters representation (style=form, explode=false) to a SecurityShellConfig value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for SecurityShellConfig
Converts Query Parameters representation (style=form, explode=false) to a SecurityShellConfig value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for SecurityShellConfig
impl PartialEq for SecurityShellConfig
Source§impl Serialize for SecurityShellConfig
impl Serialize for SecurityShellConfig
Source§impl ToString for SecurityShellConfig
Converts the SecurityShellConfig value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for SecurityShellConfig
Converts the SecurityShellConfig value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
Source§impl Validate for SecurityShellConfig
impl Validate for SecurityShellConfig
Source§impl<'v_a> ValidateArgs<'v_a> for SecurityShellConfig
impl<'v_a> ValidateArgs<'v_a> for SecurityShellConfig
impl StructuralPartialEq for SecurityShellConfig
Auto Trait Implementations§
impl Freeze for SecurityShellConfig
impl RefUnwindSafe for SecurityShellConfig
impl Send for SecurityShellConfig
impl Sync for SecurityShellConfig
impl Unpin for SecurityShellConfig
impl UnwindSafe for SecurityShellConfig
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