pub enum SassForBoundaryKind {
Inclusive,
Exclusive,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SassForBoundaryKind
impl RefUnwindSafe for SassForBoundaryKind
impl Send for SassForBoundaryKind
impl Sync for SassForBoundaryKind
impl Unpin for SassForBoundaryKind
impl UnsafeUnpin for SassForBoundaryKind
impl UnwindSafe for SassForBoundaryKind
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