pub struct MayaLightTopLevelFacts {
pub items: Vec<MayaLightTopLevelItem>,
}Fields§
§items: Vec<MayaLightTopLevelItem>Trait Implementations§
Source§impl Clone for MayaLightTopLevelFacts
impl Clone for MayaLightTopLevelFacts
Source§fn clone(&self) -> MayaLightTopLevelFacts
fn clone(&self) -> MayaLightTopLevelFacts
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 MayaLightTopLevelFacts
impl Debug for MayaLightTopLevelFacts
Source§impl Default for MayaLightTopLevelFacts
impl Default for MayaLightTopLevelFacts
Source§fn default() -> MayaLightTopLevelFacts
fn default() -> MayaLightTopLevelFacts
Returns the “default value” for a type. Read more
Source§impl PartialEq for MayaLightTopLevelFacts
impl PartialEq for MayaLightTopLevelFacts
impl Eq for MayaLightTopLevelFacts
impl StructuralPartialEq for MayaLightTopLevelFacts
Auto Trait Implementations§
impl Freeze for MayaLightTopLevelFacts
impl RefUnwindSafe for MayaLightTopLevelFacts
impl Send for MayaLightTopLevelFacts
impl Sync for MayaLightTopLevelFacts
impl Unpin for MayaLightTopLevelFacts
impl UnsafeUnpin for MayaLightTopLevelFacts
impl UnwindSafe for MayaLightTopLevelFacts
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