pub struct ShieldListMini {
pub id: String,
pub type: ShieldListMiniType,
pub name: String,
pub content: ShieldListMiniContent,
}Fields§
§id: String§type: ShieldListMiniType§name: String§content: ShieldListMiniContentTrait Implementations§
Source§impl Clone for ShieldListMini
impl Clone for ShieldListMini
Source§fn clone(&self) -> ShieldListMini
fn clone(&self) -> ShieldListMini
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 ShieldListMini
impl Debug for ShieldListMini
Source§impl Default for ShieldListMini
impl Default for ShieldListMini
Source§fn default() -> ShieldListMini
fn default() -> ShieldListMini
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShieldListMini
impl<'de> Deserialize<'de> for ShieldListMini
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 ShieldListMini
impl PartialEq for ShieldListMini
Source§impl Serialize for ShieldListMini
impl Serialize for ShieldListMini
impl StructuralPartialEq for ShieldListMini
Auto Trait Implementations§
impl Freeze for ShieldListMini
impl RefUnwindSafe for ShieldListMini
impl Send for ShieldListMini
impl Sync for ShieldListMini
impl Unpin for ShieldListMini
impl UnsafeUnpin for ShieldListMini
impl UnwindSafe for ShieldListMini
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