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