pub struct Rel {
pub cat: RelCategory,
/* private fields */
}Expand description
An operator with relation spacing.
Fields§
§cat: RelCategoryImplementations§
Source§impl Rel
impl Rel
pub const fn as_stretchable_op(&self) -> Option<StretchableOp>
Trait Implementations§
impl Copy for Rel
impl Eq for Rel
impl StructuralPartialEq for Rel
Auto Trait Implementations§
impl Freeze for Rel
impl RefUnwindSafe for Rel
impl Send for Rel
impl Sync for Rel
impl Unpin for Rel
impl UnwindSafe for Rel
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