pub enum StreamUni {
Group,
}
Variants§
Group
Trait Implementations§
Source§impl Decode for StreamUni
impl Decode for StreamUni
fn decode<R: Buf>(r: &mut R) -> Result<Self, DecodeError>
fn decode_more<B: Buf>(buf: &mut B, remain: usize) -> Result<Self, DecodeError>
fn decode_cap<B: Buf>(buf: &mut B, remain: usize) -> Result<(), DecodeError>
impl Copy for StreamUni
impl StructuralPartialEq for StreamUni
Auto Trait Implementations§
impl Freeze for StreamUni
impl RefUnwindSafe for StreamUni
impl Send for StreamUni
impl Sync for StreamUni
impl Unpin for StreamUni
impl UnwindSafe for StreamUni
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