pub struct SpacingPercent { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SpacingPercent
impl Clone for SpacingPercent
Source§fn clone(&self) -> SpacingPercent
fn clone(&self) -> SpacingPercent
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 SpacingPercent
impl Debug for SpacingPercent
Source§impl Default for SpacingPercent
impl Default for SpacingPercent
Source§fn default() -> SpacingPercent
fn default() -> SpacingPercent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpacingPercent
impl RefUnwindSafe for SpacingPercent
impl Send for SpacingPercent
impl Sync for SpacingPercent
impl Unpin for SpacingPercent
impl UnwindSafe for SpacingPercent
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