pub struct Padding { /* private fields */ }
Expand description
Used to add padding to the contents of a cell
Implementations
sourceimpl Padding
impl Padding
sourcepub fn builder() -> PaddingBuilder
pub fn builder() -> PaddingBuilder
Creates a new builder for padding
Trait Implementations
impl Copy for Padding
Auto Trait Implementations
impl RefUnwindSafe for Padding
impl Send for Padding
impl Sync for Padding
impl Unpin for Padding
impl UnwindSafe for Padding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more