pub struct AccessPointForObjectProcessSummary {
pub access_point_name_for_object_process: String,
pub access_point_for_object_process_alias: String,
pub access_point_name: String,
pub status: AccessPointStatus,
}Expand description
Summary of an Object FC access point (as returned by List*).
Fields§
§access_point_name_for_object_process: String§access_point_for_object_process_alias: String§access_point_name: String§status: AccessPointStatusTrait Implementations§
Source§impl Clone for AccessPointForObjectProcessSummary
impl Clone for AccessPointForObjectProcessSummary
Source§fn clone(&self) -> AccessPointForObjectProcessSummary
fn clone(&self) -> AccessPointForObjectProcessSummary
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<'de> Deserialize<'de> for AccessPointForObjectProcessSummary
impl<'de> Deserialize<'de> for AccessPointForObjectProcessSummary
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 AccessPointForObjectProcessSummary
impl PartialEq for AccessPointForObjectProcessSummary
Source§fn eq(&self, other: &AccessPointForObjectProcessSummary) -> bool
fn eq(&self, other: &AccessPointForObjectProcessSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AccessPointForObjectProcessSummary
impl StructuralPartialEq for AccessPointForObjectProcessSummary
Auto Trait Implementations§
impl Freeze for AccessPointForObjectProcessSummary
impl RefUnwindSafe for AccessPointForObjectProcessSummary
impl Send for AccessPointForObjectProcessSummary
impl Sync for AccessPointForObjectProcessSummary
impl Unpin for AccessPointForObjectProcessSummary
impl UnsafeUnpin for AccessPointForObjectProcessSummary
impl UnwindSafe for AccessPointForObjectProcessSummary
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