pub enum PadAttribute {
PadZero,
PadSpace,
}Variants§
Trait Implementations§
Source§impl Clone for PadAttribute
impl Clone for PadAttribute
Source§fn clone(&self) -> PadAttribute
fn clone(&self) -> PadAttribute
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 PadAttribute
impl Debug for PadAttribute
Source§impl Hash for PadAttribute
impl Hash for PadAttribute
Source§impl PartialEq for PadAttribute
impl PartialEq for PadAttribute
impl Copy for PadAttribute
impl Eq for PadAttribute
impl StructuralPartialEq for PadAttribute
Auto Trait Implementations§
impl Freeze for PadAttribute
impl RefUnwindSafe for PadAttribute
impl Send for PadAttribute
impl Sync for PadAttribute
impl Unpin for PadAttribute
impl UnwindSafe for PadAttribute
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