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