pub struct ProjectAssembly { /* private fields */ }Expand description
Validated project assembly with no federation behavior.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectAssembly
impl Clone for ProjectAssembly
Source§fn clone(&self) -> ProjectAssembly
fn clone(&self) -> ProjectAssembly
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 ProjectAssembly
impl Debug for ProjectAssembly
Source§impl PartialEq for ProjectAssembly
impl PartialEq for ProjectAssembly
impl Eq for ProjectAssembly
impl StructuralPartialEq for ProjectAssembly
Auto Trait Implementations§
impl Freeze for ProjectAssembly
impl RefUnwindSafe for ProjectAssembly
impl Send for ProjectAssembly
impl Sync for ProjectAssembly
impl Unpin for ProjectAssembly
impl UnwindSafe for ProjectAssembly
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