pub struct Special(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsAnyValue for Special
impl AsAnyValue for Special
fn as_any_value(&self) -> AnyValue
Auto Trait Implementations§
impl Freeze for Special
impl !RefUnwindSafe for Special
impl Send for Special
impl Sync for Special
impl Unpin for Special
impl !UnwindSafe for Special
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