[−][src]Struct swim_codec::output::SliceOutput
Methods
impl<'a, T: 'a> SliceOutput<'a, T>
[src]
Trait Implementations
impl<'a, T: 'a> Output for SliceOutput<'a, T>
[src]
type Token = T
type Out = &'a mut [T]
type Err = ()
fn is_full(&self) -> bool
[src]
fn push(&mut self, token: T)
[src]
fn take_out(self) -> Result<&'a mut [T], ()>
[src]
impl<'a, T: PartialEq + 'a> PartialEq<SliceOutput<'a, T>> for SliceOutput<'a, T>
[src]
fn eq(&self, other: &SliceOutput<'a, T>) -> bool
[src]
fn ne(&self, other: &SliceOutput<'a, T>) -> bool
[src]
impl<'a, T: Eq + 'a> Eq for SliceOutput<'a, T>
[src]
impl<'a, T: Debug + 'a> Debug for SliceOutput<'a, T>
[src]
Auto Trait Implementations
impl<'a, T> Send for SliceOutput<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for SliceOutput<'a, T> where
T: Sync,
T: Sync,
Blanket Implementations
impl<O> IntoOutput for O where
O: Output,
[src]
O: Output,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,