pub struct PartialDictionary {
pub extended_attributes: Vec<ExtendedAttribute>,
pub members: Vec<DictionaryMember>,
pub name: Identifier,
}Fields§
§extended_attributes: Vec<ExtendedAttribute>§members: Vec<DictionaryMember>§name: IdentifierTrait Implementations§
Source§impl Clone for PartialDictionary
impl Clone for PartialDictionary
Source§fn clone(&self) -> PartialDictionary
fn clone(&self) -> PartialDictionary
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 PartialDictionary
impl Debug for PartialDictionary
Source§impl PartialEq for PartialDictionary
impl PartialEq for PartialDictionary
impl StructuralPartialEq for PartialDictionary
Auto Trait Implementations§
impl Freeze for PartialDictionary
impl RefUnwindSafe for PartialDictionary
impl Send for PartialDictionary
impl Sync for PartialDictionary
impl Unpin for PartialDictionary
impl UnwindSafe for PartialDictionary
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