Struct EMPTYMARKUPPARTS
#[repr(transparent)]pub struct EMPTYMARKUPPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EMPTYMARKUPPARTS
impl Clone for EMPTYMARKUPPARTS
§fn clone(&self) -> EMPTYMARKUPPARTS
fn clone(&self) -> EMPTYMARKUPPARTS
Returns a copy 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 more§impl Debug for EMPTYMARKUPPARTS
impl Debug for EMPTYMARKUPPARTS
§impl Default for EMPTYMARKUPPARTS
impl Default for EMPTYMARKUPPARTS
§fn default() -> EMPTYMARKUPPARTS
fn default() -> EMPTYMARKUPPARTS
Returns the “default value” for a type. Read more
§impl PartialEq for EMPTYMARKUPPARTS
impl PartialEq for EMPTYMARKUPPARTS
impl Copy for EMPTYMARKUPPARTS
impl Eq for EMPTYMARKUPPARTS
impl StructuralPartialEq for EMPTYMARKUPPARTS
Auto Trait Implementations§
impl Freeze for EMPTYMARKUPPARTS
impl RefUnwindSafe for EMPTYMARKUPPARTS
impl Send for EMPTYMARKUPPARTS
impl Sync for EMPTYMARKUPPARTS
impl Unpin for EMPTYMARKUPPARTS
impl UnwindSafe for EMPTYMARKUPPARTS
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