pub struct ExternalEntity {
pub identifiers: Option<Vec<String>>,
pub url: Option<String>,
}Fields§
§identifiers: Option<Vec<String>>§url: Option<String>Trait Implementations§
Source§impl Clone for ExternalEntity
impl Clone for ExternalEntity
Source§fn clone(&self) -> ExternalEntity
fn clone(&self) -> ExternalEntity
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 ExternalEntity
impl Debug for ExternalEntity
Source§impl<'de> Deserialize<'de> for ExternalEntity
impl<'de> Deserialize<'de> for ExternalEntity
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 ExternalEntity
impl PartialEq for ExternalEntity
Source§impl Serialize for ExternalEntity
impl Serialize for ExternalEntity
impl StructuralPartialEq for ExternalEntity
Auto Trait Implementations§
impl Freeze for ExternalEntity
impl RefUnwindSafe for ExternalEntity
impl Send for ExternalEntity
impl Sync for ExternalEntity
impl Unpin for ExternalEntity
impl UnwindSafe for ExternalEntity
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