Struct polars_core::utils::Wrap [−][src]
pub struct Wrap<T>(pub T);
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Wrap<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Wrap<T> where
T: Send,
T: Send,
impl<T> Sync for Wrap<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Wrap<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Wrap<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>,
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,