pub struct LevelJustification {
pub value: JustificationVal,
}
Fields§
§value: JustificationVal
Trait Implementations§
Source§impl Clone for LevelJustification
impl Clone for LevelJustification
Source§fn clone(&self) -> LevelJustification
fn clone(&self) -> LevelJustification
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 moreSource§impl Debug for LevelJustification
impl Debug for LevelJustification
Source§impl<'__input> XmlRead<'__input> for LevelJustification
impl<'__input> XmlRead<'__input> for LevelJustification
Auto Trait Implementations§
impl Freeze for LevelJustification
impl RefUnwindSafe for LevelJustification
impl Send for LevelJustification
impl Sync for LevelJustification
impl Unpin for LevelJustification
impl UnwindSafe for LevelJustification
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