pub struct ResourceAgentType {
pub standard: String,
pub provider: Option<String>,
pub ocftype: String,
}
Expand description
standard:provider:ocftype (e.g. ocf:heartbeat:ZFS, or stonith:fence_ipmilan)
Fields§
§standard: String
§provider: Option<String>
§ocftype: String
Implementations§
Trait Implementations§
Source§impl Clone for ResourceAgentType
impl Clone for ResourceAgentType
Source§fn clone(&self) -> ResourceAgentType
fn clone(&self) -> ResourceAgentType
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 ResourceAgentType
impl Debug for ResourceAgentType
Source§impl<'de> Deserialize<'de> for ResourceAgentType
impl<'de> Deserialize<'de> for ResourceAgentType
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 Display for ResourceAgentType
impl Display for ResourceAgentType
Source§impl PartialEq for ResourceAgentType
impl PartialEq for ResourceAgentType
Source§impl Serialize for ResourceAgentType
impl Serialize for ResourceAgentType
impl StructuralPartialEq for ResourceAgentType
Auto Trait Implementations§
impl Freeze for ResourceAgentType
impl RefUnwindSafe for ResourceAgentType
impl Send for ResourceAgentType
impl Sync for ResourceAgentType
impl Unpin for ResourceAgentType
impl UnwindSafe for ResourceAgentType
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