pub struct OnPremConfig {
pub agent_arns: Vec<String>,
}
Expand description
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
Fields§
§agent_arns: Vec<String>
ARNs)of the agents to use for an NFS location.
Trait Implementations§
Source§impl Clone for OnPremConfig
impl Clone for OnPremConfig
Source§fn clone(&self) -> OnPremConfig
fn clone(&self) -> OnPremConfig
Returns a copy 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 OnPremConfig
impl Debug for OnPremConfig
Source§impl Default for OnPremConfig
impl Default for OnPremConfig
Source§fn default() -> OnPremConfig
fn default() -> OnPremConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OnPremConfig
impl<'de> Deserialize<'de> for OnPremConfig
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 OnPremConfig
impl PartialEq for OnPremConfig
Source§impl Serialize for OnPremConfig
impl Serialize for OnPremConfig
impl StructuralPartialEq for OnPremConfig
Auto Trait Implementations§
impl Freeze for OnPremConfig
impl RefUnwindSafe for OnPremConfig
impl Send for OnPremConfig
impl Sync for OnPremConfig
impl Unpin for OnPremConfig
impl UnwindSafe for OnPremConfig
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