pub struct NamespaceBinding {
pub description: String,
pub members: HashMap<String, Binding>,
}Fields§
§description: String§members: HashMap<String, Binding>Trait Implementations§
Source§impl Clone for NamespaceBinding
impl Clone for NamespaceBinding
Source§fn clone(&self) -> NamespaceBinding
fn clone(&self) -> NamespaceBinding
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 NamespaceBinding
impl Debug for NamespaceBinding
Source§impl<'de> Deserialize<'de> for NamespaceBinding
impl<'de> Deserialize<'de> for NamespaceBinding
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
Auto Trait Implementations§
impl Freeze for NamespaceBinding
impl RefUnwindSafe for NamespaceBinding
impl Send for NamespaceBinding
impl Sync for NamespaceBinding
impl Unpin for NamespaceBinding
impl UnsafeUnpin for NamespaceBinding
impl UnwindSafe for NamespaceBinding
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