Struct sodium_rust::sodium::Operational
source · pub struct Operational {}
Implementations
sourceimpl Operational
impl Operational
pub fn value<A: Finalize + Trace + Clone + 'static, CA: IsCell<A>>(
ca: CA
) -> Stream<A>
pub fn updates<A: Finalize + Trace + Clone + 'static, CA: IsCell<A>>(
ca: CA
) -> Stream<A>
pub fn defer<A: Finalize + Trace + Clone + 'static, SA: IsStream<A>>(
sa: SA
) -> Stream<A>
pub fn split<C: Finalize + Trace + Clone + 'static, A, SC: IsStream<C>>(
s: SC
) -> Stream<A>where
A: Finalize + Trace + Clone + 'static,
C: IntoIterator<Item = A> + 'static + Clone,
Auto Trait Implementations
impl RefUnwindSafe for Operational
impl Send for Operational
impl Sync for Operational
impl Unpin for Operational
impl UnwindSafe for Operational
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more