pub struct NamespaceReference {
pub path: Option<String>,
pub namespace_reference_type: NamespaceType,
}
Fields§
§path: Option<String>
§namespace_reference_type: NamespaceType
Trait Implementations§
Source§impl Clone for NamespaceReference
impl Clone for NamespaceReference
Source§fn clone(&self) -> NamespaceReference
fn clone(&self) -> NamespaceReference
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 NamespaceReference
impl Debug for NamespaceReference
Source§impl<'de> Deserialize<'de> for NamespaceReference
impl<'de> Deserialize<'de> for NamespaceReference
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 NamespaceReference
impl PartialEq for NamespaceReference
Source§impl Serialize for NamespaceReference
impl Serialize for NamespaceReference
impl StructuralPartialEq for NamespaceReference
Auto Trait Implementations§
impl Freeze for NamespaceReference
impl RefUnwindSafe for NamespaceReference
impl Send for NamespaceReference
impl Sync for NamespaceReference
impl Unpin for NamespaceReference
impl UnwindSafe for NamespaceReference
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