pub struct MfsPinPolicy {
pub enabled: bool,
pub pin_name: String,
pub repinning_interval: String,
}Expand description
MFS pin policy
Fields§
§enabled: bool§pin_name: String§repinning_interval: StringTrait Implementations§
Source§impl Clone for MfsPinPolicy
impl Clone for MfsPinPolicy
Source§fn clone(&self) -> MfsPinPolicy
fn clone(&self) -> MfsPinPolicy
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 MfsPinPolicy
impl Debug for MfsPinPolicy
Source§impl Default for MfsPinPolicy
impl Default for MfsPinPolicy
Source§fn default() -> MfsPinPolicy
fn default() -> MfsPinPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MfsPinPolicy
impl<'de> Deserialize<'de> for MfsPinPolicy
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 MfsPinPolicy
impl RefUnwindSafe for MfsPinPolicy
impl Send for MfsPinPolicy
impl Sync for MfsPinPolicy
impl Unpin for MfsPinPolicy
impl UnwindSafe for MfsPinPolicy
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