pub struct ClevisCustom {
pub config: Option<String>,
pub needs_network: Option<bool>,
pub pin: Option<String>,
}Fields§
§config: Option<String>§needs_network: Option<bool>§pin: Option<String>Trait Implementations§
Source§impl Clone for ClevisCustom
impl Clone for ClevisCustom
Source§fn clone(&self) -> ClevisCustom
fn clone(&self) -> ClevisCustom
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 ClevisCustom
impl Debug for ClevisCustom
Source§impl Default for ClevisCustom
impl Default for ClevisCustom
Source§fn default() -> ClevisCustom
fn default() -> ClevisCustom
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClevisCustom
impl<'de> Deserialize<'de> for ClevisCustom
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 ClevisCustom
impl PartialEq for ClevisCustom
Source§fn eq(&self, other: &ClevisCustom) -> bool
fn eq(&self, other: &ClevisCustom) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClevisCustom
impl Serialize for ClevisCustom
impl StructuralPartialEq for ClevisCustom
Auto Trait Implementations§
impl Freeze for ClevisCustom
impl RefUnwindSafe for ClevisCustom
impl Send for ClevisCustom
impl Sync for ClevisCustom
impl Unpin for ClevisCustom
impl UnsafeUnpin for ClevisCustom
impl UnwindSafe for ClevisCustom
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