pub struct GeneralItemization { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GeneralItemization
impl Clone for GeneralItemization
Source§fn clone(&self) -> GeneralItemization
fn clone(&self) -> GeneralItemization
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 GeneralItemization
impl Debug for GeneralItemization
Source§impl Default for GeneralItemization
impl Default for GeneralItemization
Source§impl From<GeneralItemization> for GeneralItemization
impl From<GeneralItemization> for GeneralItemization
Source§fn from(value: GeneralItemization) -> Self
fn from(value: GeneralItemization) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GeneralItemization> for GeneralItemization
impl TryFrom<GeneralItemization> for GeneralItemization
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GeneralItemization) -> Result<Self, ConversionError>
fn try_from(value: GeneralItemization) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GeneralItemization
impl RefUnwindSafe for GeneralItemization
impl Send for GeneralItemization
impl Sync for GeneralItemization
impl Unpin for GeneralItemization
impl UnsafeUnpin for GeneralItemization
impl UnwindSafe for GeneralItemization
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