pub struct DefinedNames {
pub defined_names: Vec<DefinedName>,
}Expand description
Defined names container.
Fields§
§defined_names: Vec<DefinedName>Trait Implementations§
Source§impl Clone for DefinedNames
impl Clone for DefinedNames
Source§fn clone(&self) -> DefinedNames
fn clone(&self) -> DefinedNames
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 DefinedNames
impl Debug for DefinedNames
Source§impl<'de> Deserialize<'de> for DefinedNames
impl<'de> Deserialize<'de> for DefinedNames
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 DefinedNames
impl PartialEq for DefinedNames
Source§impl Serialize for DefinedNames
impl Serialize for DefinedNames
impl StructuralPartialEq for DefinedNames
Auto Trait Implementations§
impl Freeze for DefinedNames
impl RefUnwindSafe for DefinedNames
impl Send for DefinedNames
impl Sync for DefinedNames
impl Unpin for DefinedNames
impl UnwindSafe for DefinedNames
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