#[repr(C)]pub struct Sass_Function { /* private fields */ }Trait Implementations§
Source§impl Clone for Sass_Function
impl Clone for Sass_Function
Source§fn clone(&self) -> Sass_Function
fn clone(&self) -> Sass_Function
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 Sass_Function
impl Debug for Sass_Function
impl Copy for Sass_Function
Auto Trait Implementations§
impl Freeze for Sass_Function
impl RefUnwindSafe for Sass_Function
impl Send for Sass_Function
impl Sync for Sass_Function
impl Unpin for Sass_Function
impl UnwindSafe for Sass_Function
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