pub struct Rest<T> { /* private fields */ }Trait Implementations§
Source§impl From<Rest<TulispObject>> for TulispObject
impl From<Rest<TulispObject>> for TulispObject
Source§fn from(val: Rest<TulispObject>) -> Self
fn from(val: Rest<TulispObject>) -> Self
Converts to this type from the input type.
Source§impl<T> FromIterator<T> for Rest<T>where
T: Into<TulispObject> + 'static,
impl<T> FromIterator<T> for Rest<T>where
T: Into<TulispObject> + 'static,
Source§fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
Creates a value from an iterator. Read more
Source§impl<T> IntoIterator for Rest<T>where
T: TryFrom<TulispObject>,
impl<T> IntoIterator for Rest<T>where
T: TryFrom<TulispObject>,
Auto Trait Implementations§
impl<T> Freeze for Rest<T>
impl<T> !RefUnwindSafe for Rest<T>
impl<T> !Send for Rest<T>
impl<T> !Sync for Rest<T>
impl<T> Unpin for Rest<T>where
T: Unpin,
impl<T> !UnwindSafe for Rest<T>
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