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
Prefix
Beginning of the value.
Suffix
End of the value.
Trait Implementations
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
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