pub struct PatchCategoryWrapper {
pub category: Box<SaveCategory>,
}
Fields§
§category: Box<SaveCategory>
Implementations§
Source§impl PatchCategoryWrapper
impl PatchCategoryWrapper
pub fn new(category: SaveCategory) -> PatchCategoryWrapper
Trait Implementations§
Source§impl Clone for PatchCategoryWrapper
impl Clone for PatchCategoryWrapper
Source§fn clone(&self) -> PatchCategoryWrapper
fn clone(&self) -> PatchCategoryWrapper
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 PatchCategoryWrapper
impl Debug for PatchCategoryWrapper
Source§impl Default for PatchCategoryWrapper
impl Default for PatchCategoryWrapper
Source§fn default() -> PatchCategoryWrapper
fn default() -> PatchCategoryWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchCategoryWrapper
impl<'de> Deserialize<'de> for PatchCategoryWrapper
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 PatchCategoryWrapper
impl PartialEq for PatchCategoryWrapper
Source§impl Serialize for PatchCategoryWrapper
impl Serialize for PatchCategoryWrapper
impl StructuralPartialEq for PatchCategoryWrapper
Auto Trait Implementations§
impl Freeze for PatchCategoryWrapper
impl RefUnwindSafe for PatchCategoryWrapper
impl Send for PatchCategoryWrapper
impl Sync for PatchCategoryWrapper
impl Unpin for PatchCategoryWrapper
impl UnwindSafe for PatchCategoryWrapper
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