pub enum SassForBoundaryKind {
Inclusive,
Exclusive,
}Variants§
Trait Implementations§
Source§impl Clone for SassForBoundaryKind
impl Clone for SassForBoundaryKind
Source§fn clone(&self) -> SassForBoundaryKind
fn clone(&self) -> SassForBoundaryKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SassForBoundaryKind
impl Debug for SassForBoundaryKind
Source§impl PartialEq for SassForBoundaryKind
impl PartialEq for SassForBoundaryKind
impl StructuralPartialEq for SassForBoundaryKind
Auto Trait Implementations§
impl Freeze for SassForBoundaryKind
impl RefUnwindSafe for SassForBoundaryKind
impl Send for SassForBoundaryKind
impl Sync for SassForBoundaryKind
impl Unpin 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