pub struct MlspPackage<T> { /* private fields */ }Expand description
A reference to the contents of an Mlsp that does not yet have a local counter and can be sent across threads.
Implementations§
Trait Implementations§
Source§impl<T> Clone for MlspPackage<T>
impl<T> Clone for MlspPackage<T>
Source§impl<T> Drop for MlspPackage<T>
impl<T> Drop for MlspPackage<T>
impl<T: Sync + Send> Send for MlspPackage<T>
impl<T: Sync + Send> Sync for MlspPackage<T>
Auto Trait Implementations§
impl<T> Freeze for MlspPackage<T>
impl<T> RefUnwindSafe for MlspPackage<T>where
T: RefUnwindSafe,
impl<T> Unpin for MlspPackage<T>
impl<T> UnwindSafe for MlspPackage<T>where
T: RefUnwindSafe,
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