[][src]Struct iml_wire_types::FilesystemConfParams

pub struct FilesystemConfParams {
    pub llite_max_cached_mb: Option<String>,
    pub llite_max_read_ahead_mb: Option<String>,
    pub llite_max_read_ahead_whole_mb: Option<String>,
    pub llite_statahead_max: Option<String>,
    pub sys_at_early_margin: Option<String>,
    pub sys_at_extra: Option<String>,
    pub sys_at_history: Option<String>,
    pub sys_at_max: Option<String>,
    pub sys_at_min: Option<String>,
    pub sys_ldlm_timeout: Option<String>,
    pub sys_timeout: Option<String>,
}

Fields

llite_max_cached_mb: Option<String>llite_max_read_ahead_mb: Option<String>llite_max_read_ahead_whole_mb: Option<String>llite_statahead_max: Option<String>sys_at_early_margin: Option<String>sys_at_extra: Option<String>sys_at_history: Option<String>sys_at_max: Option<String>sys_at_min: Option<String>sys_ldlm_timeout: Option<String>sys_timeout: Option<String>

Trait Implementations

impl Clone for FilesystemConfParams[src]

impl Debug for FilesystemConfParams[src]

impl<'de> Deserialize<'de> for FilesystemConfParams[src]

impl PartialEq<FilesystemConfParams> for FilesystemConfParams[src]

impl Serialize for FilesystemConfParams[src]

impl StructuralPartialEq for FilesystemConfParams[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToBytes for T where
    T: Serialize
[src]

impl<T> ToJsonValue for T where
    T: Serialize
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.