pub struct Affiliations {
pub node: NodeName,
pub affiliations: Vec<Affiliation>,
}
Expand description
A list of affiliations you have on a service, or on a node.
Fields§
§node: NodeName
The node name this request pertains to.
affiliations: Vec<Affiliation>
The actual list of affiliation elements.
Trait Implementations§
Source§impl AsXml for Affiliations
impl AsXml for Affiliations
Source§impl Clone for Affiliations
impl Clone for Affiliations
Source§fn clone(&self) -> Affiliations
fn clone(&self) -> Affiliations
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 Affiliations
impl Debug for Affiliations
Source§impl From<&Affiliations> for Element
impl From<&Affiliations> for Element
Source§fn from(other: &Affiliations) -> Self
fn from(other: &Affiliations) -> Self
Converts to this type from the input type.
Source§impl From<Affiliations> for Element
impl From<Affiliations> for Element
Source§fn from(other: Affiliations) -> Self
fn from(other: Affiliations) -> Self
Converts to this type from the input type.
Source§impl FromXml for Affiliations
impl FromXml for Affiliations
Source§impl PartialEq for Affiliations
impl PartialEq for Affiliations
Source§impl TryFrom<Element> for Affiliations
impl TryFrom<Element> for Affiliations
impl StructuralPartialEq for Affiliations
Auto Trait Implementations§
impl Freeze for Affiliations
impl RefUnwindSafe for Affiliations
impl Send for Affiliations
impl Sync for Affiliations
impl Unpin for Affiliations
impl UnwindSafe for Affiliations
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