pub struct ExportedProject { /* private fields */ }Trait Implementations§
Source§impl Clone for ExportedProject
impl Clone for ExportedProject
Source§fn clone(&self) -> ExportedProject
fn clone(&self) -> ExportedProject
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<'de> Deserialize<'de> for ExportedProject
impl<'de> Deserialize<'de> for ExportedProject
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 From<ExportedProject> for ProjectImpl
impl From<ExportedProject> for ProjectImpl
Source§fn from(exported: ExportedProject) -> Self
fn from(exported: ExportedProject) -> Self
Converts to this type from the input type.
Source§impl From<ProjectImpl> for ExportedProject
impl From<ProjectImpl> for ExportedProject
Source§fn from(value: ProjectImpl) -> Self
fn from(value: ProjectImpl) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExportedProject
impl RefUnwindSafe for ExportedProject
impl Send for ExportedProject
impl Sync for ExportedProject
impl Unpin for ExportedProject
impl UnwindSafe for ExportedProject
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