pub struct RelationshipNamespaces {
pub namespaces: Option<Vec<Namespace>>,
}Expand description
RelationshipNamespaces : Relationship Namespace List
Fields§
§namespaces: Option<Vec<Namespace>>Implementations§
Source§impl RelationshipNamespaces
impl RelationshipNamespaces
Sourcepub fn new() -> RelationshipNamespaces
pub fn new() -> RelationshipNamespaces
Relationship Namespace List
Trait Implementations§
Source§impl Clone for RelationshipNamespaces
impl Clone for RelationshipNamespaces
Source§fn clone(&self) -> RelationshipNamespaces
fn clone(&self) -> RelationshipNamespaces
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 RelationshipNamespaces
impl Debug for RelationshipNamespaces
Source§impl Default for RelationshipNamespaces
impl Default for RelationshipNamespaces
Source§fn default() -> RelationshipNamespaces
fn default() -> RelationshipNamespaces
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipNamespaces
impl<'de> Deserialize<'de> for RelationshipNamespaces
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 RelationshipNamespaces
impl PartialEq for RelationshipNamespaces
Source§impl Serialize for RelationshipNamespaces
impl Serialize for RelationshipNamespaces
impl StructuralPartialEq for RelationshipNamespaces
Auto Trait Implementations§
impl Freeze for RelationshipNamespaces
impl RefUnwindSafe for RelationshipNamespaces
impl Send for RelationshipNamespaces
impl Sync for RelationshipNamespaces
impl Unpin for RelationshipNamespaces
impl UnwindSafe for RelationshipNamespaces
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