pub struct NullSexp;
Expand description
This is a dummy struct solely for providing NULL
Result.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullSexp
impl RefUnwindSafe for NullSexp
impl Send for NullSexp
impl Sync for NullSexp
impl Unpin for NullSexp
impl UnwindSafe for NullSexp
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