pub struct ItemNullCard {
pub text: String,
}Fields§
§text: String文字
Trait Implementations§
Source§impl Clone for ItemNullCard
impl Clone for ItemNullCard
Source§fn clone(&self) -> ItemNullCard
fn clone(&self) -> ItemNullCard
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 ItemNullCard
impl Debug for ItemNullCard
Source§impl Default for ItemNullCard
impl Default for ItemNullCard
Source§fn default() -> ItemNullCard
fn default() -> ItemNullCard
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ItemNullCard
impl<'de> Deserialize<'de> for ItemNullCard
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 ItemNullCard
impl PartialEq for ItemNullCard
Source§fn eq(&self, other: &ItemNullCard) -> bool
fn eq(&self, other: &ItemNullCard) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ItemNullCard
impl Serialize for ItemNullCard
impl StructuralPartialEq for ItemNullCard
Auto Trait Implementations§
impl Freeze for ItemNullCard
impl RefUnwindSafe for ItemNullCard
impl Send for ItemNullCard
impl Sync for ItemNullCard
impl Unpin for ItemNullCard
impl UnsafeUnpin for ItemNullCard
impl UnwindSafe for ItemNullCard
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