Struct bird_protocol::types::ReadRemainingBytesArray
source · [−]pub struct ReadRemainingBytesArray<T> {
pub value: Vec<T>,
}Fields
value: Vec<T>Implementations
sourceimpl<T> ReadRemainingBytesArray<T>
impl<T> ReadRemainingBytesArray<T>
Trait Implementations
sourceimpl<T> From<ReadRemainingBytesArray<T>> for Vec<T>
impl<T> From<ReadRemainingBytesArray<T>> for Vec<T>
sourcefn from(value: ReadRemainingBytesArray<T>) -> Self
fn from(value: ReadRemainingBytesArray<T>) -> Self
Converts to this type from the input type.
sourceimpl<T: PacketReadable + Send + Sync> PacketReadable for ReadRemainingBytesArray<T>
impl<T: PacketReadable + Send + Sync> PacketReadable for ReadRemainingBytesArray<T>
fn read<'life0, 'async_trait>(
input: &'life0 mut impl 'async_trait + InputPacketBytes
) -> Pin<Box<dyn Future<Output = PacketReadableResult<Self>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl<T> RefUnwindSafe for ReadRemainingBytesArray<T> where
T: RefUnwindSafe,
impl<T> Send for ReadRemainingBytesArray<T> where
T: Send,
impl<T> Sync for ReadRemainingBytesArray<T> where
T: Sync,
impl<T> Unpin for ReadRemainingBytesArray<T> where
T: Unpin,
impl<T> UnwindSafe for ReadRemainingBytesArray<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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