Enum yash_syntax::syntax::TrimSide
source · pub enum TrimSide {
Prefix,
Suffix,
}
Expand description
Flag that specifies which side of the expanded value is removed in a trim.
Variants§
Trait Implementations§
source§impl PartialEq for TrimSide
impl PartialEq for TrimSide
impl Copy for TrimSide
impl Eq for TrimSide
impl StructuralEq for TrimSide
impl StructuralPartialEq for TrimSide
Auto Trait Implementations§
impl RefUnwindSafe for TrimSide
impl Send for TrimSide
impl Sync for TrimSide
impl Unpin for TrimSide
impl UnwindSafe for TrimSide
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