pub struct Subscriptions<T>where
T: From<Subscription>,{ /* private fields */ }
Implementations§
Source§impl<T> Subscriptions<T>where
T: From<Subscription>,
impl<T> Subscriptions<T>where
T: From<Subscription>,
Trait Implementations§
Source§impl<T, U> From<&[U]> for Subscriptions<T>
impl<T, U> From<&[U]> for Subscriptions<T>
Source§fn from(s: &[U]) -> Subscriptions<T>
fn from(s: &[U]) -> Subscriptions<T>
Converts to this type from the input type.
Source§impl<T> IntoIterator for Subscriptions<T>where
T: From<Subscription>,
impl<T> IntoIterator for Subscriptions<T>where
T: From<Subscription>,
Source§type IntoIter = IntoIter<<Subscriptions<T> as IntoIterator>::Item>
type IntoIter = IntoIter<<Subscriptions<T> as IntoIterator>::Item>
Which kind of iterator are we turning this into?
Source§fn into_iter(self) -> <Subscriptions<T> as IntoIterator>::IntoIter
fn into_iter(self) -> <Subscriptions<T> as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
Auto Trait Implementations§
impl<T> Freeze for Subscriptions<T>
impl<T> RefUnwindSafe for Subscriptions<T>where
T: RefUnwindSafe,
impl<T> Send for Subscriptions<T>where
T: Send,
impl<T> Sync for Subscriptions<T>where
T: Sync,
impl<T> Unpin for Subscriptions<T>where
T: Unpin,
impl<T> UnwindSafe for Subscriptions<T>where
T: UnwindSafe,
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