pub struct ShieldListContentDomain {
pub type: ShieldListContentDomainType,
pub domains: Vec<String>,
}Fields§
§type: ShieldListContentDomainType§domains: Vec<String>Trait Implementations§
Source§impl Clone for ShieldListContentDomain
impl Clone for ShieldListContentDomain
Source§fn clone(&self) -> ShieldListContentDomain
fn clone(&self) -> ShieldListContentDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShieldListContentDomain
impl Debug for ShieldListContentDomain
Source§impl Default for ShieldListContentDomain
impl Default for ShieldListContentDomain
Source§fn default() -> ShieldListContentDomain
fn default() -> ShieldListContentDomain
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShieldListContentDomain
impl<'de> Deserialize<'de> for ShieldListContentDomain
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 ShieldListContentDomain
impl PartialEq for ShieldListContentDomain
Source§impl Serialize for ShieldListContentDomain
impl Serialize for ShieldListContentDomain
impl StructuralPartialEq for ShieldListContentDomain
Auto Trait Implementations§
impl Freeze for ShieldListContentDomain
impl RefUnwindSafe for ShieldListContentDomain
impl Send for ShieldListContentDomain
impl Sync for ShieldListContentDomain
impl Unpin for ShieldListContentDomain
impl UnsafeUnpin for ShieldListContentDomain
impl UnwindSafe for ShieldListContentDomain
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