pub struct LibraryAdaptorCollection {
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
pub library: Vec<LibraryAdaptor>,
}Expand description
LibraryAdaptorCollectionType element
Fields§
§use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
library: Vec<LibraryAdaptor>Library element
Trait Implementations§
Source§impl Clone for LibraryAdaptorCollection
impl Clone for LibraryAdaptorCollection
Source§fn clone(&self) -> LibraryAdaptorCollection
fn clone(&self) -> LibraryAdaptorCollection
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 LibraryAdaptorCollection
impl Debug for LibraryAdaptorCollection
Source§impl Default for LibraryAdaptorCollection
impl Default for LibraryAdaptorCollection
Source§fn default() -> LibraryAdaptorCollection
fn default() -> LibraryAdaptorCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LibraryAdaptorCollection
impl<'de> Deserialize<'de> for LibraryAdaptorCollection
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 LibraryAdaptorCollection
impl PartialEq for LibraryAdaptorCollection
Source§impl Serialize for LibraryAdaptorCollection
impl Serialize for LibraryAdaptorCollection
impl StructuralPartialEq for LibraryAdaptorCollection
Auto Trait Implementations§
impl Freeze for LibraryAdaptorCollection
impl RefUnwindSafe for LibraryAdaptorCollection
impl Send for LibraryAdaptorCollection
impl Sync for LibraryAdaptorCollection
impl Unpin for LibraryAdaptorCollection
impl UnsafeUnpin for LibraryAdaptorCollection
impl UnwindSafe for LibraryAdaptorCollection
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