pub enum PrebuiltSource {
Archive(ArchiveSource),
Local(LocalSource),
}Expand description
§预编译包源
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PrebuiltSource
impl Clone for PrebuiltSource
Source§fn clone(&self) -> PrebuiltSource
fn clone(&self) -> PrebuiltSource
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 PrebuiltSource
impl Debug for PrebuiltSource
Source§impl<'de> Deserialize<'de> for PrebuiltSource
impl<'de> Deserialize<'de> for PrebuiltSource
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 PartialEq for PrebuiltSource
impl PartialEq for PrebuiltSource
Source§impl Serialize for PrebuiltSource
impl Serialize for PrebuiltSource
impl StructuralPartialEq for PrebuiltSource
Auto Trait Implementations§
impl Freeze for PrebuiltSource
impl RefUnwindSafe for PrebuiltSource
impl Send for PrebuiltSource
impl Sync for PrebuiltSource
impl Unpin for PrebuiltSource
impl UnwindSafe for PrebuiltSource
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