pub struct Gap(/* private fields */);Expand description
Gap between repeated items.
Implementations§
Source§impl Gap
impl Gap
pub fn new(value: SpacingValue) -> Gap
pub fn value(self) -> SpacingValue
Trait Implementations§
impl Copy for Gap
impl Eq for Gap
impl StructuralPartialEq for Gap
Auto Trait Implementations§
impl Freeze for Gap
impl RefUnwindSafe for Gap
impl Send for Gap
impl Sync for Gap
impl Unpin for Gap
impl UnsafeUnpin for Gap
impl UnwindSafe for Gap
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