pub struct LibraryExtract {
pub exclude: Vec<String>,
}
Expand description
Additional information about extraction of libraries.
Fields§
§exclude: Vec<String>
Files to exclude when extracting
Trait Implementations§
Source§impl Clone for LibraryExtract
impl Clone for LibraryExtract
Source§fn clone(&self) -> LibraryExtract
fn clone(&self) -> LibraryExtract
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LibraryExtract
impl Debug for LibraryExtract
Source§impl<'de> Deserialize<'de> for LibraryExtract
impl<'de> Deserialize<'de> for LibraryExtract
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
Auto Trait Implementations§
impl Freeze for LibraryExtract
impl RefUnwindSafe for LibraryExtract
impl Send for LibraryExtract
impl Sync for LibraryExtract
impl Unpin for LibraryExtract
impl UnwindSafe for LibraryExtract
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