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