pub struct StreamInitStateLazy<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> Clone for StreamInitStateLazy<'a>
impl<'a> Clone for StreamInitStateLazy<'a>
Source§impl<'a> Debug for StreamInitStateLazy<'a>
impl<'a> Debug for StreamInitStateLazy<'a>
Source§impl<'a> Decode<'a> for StreamInitStateLazy<'a>
impl<'a> Decode<'a> for StreamInitStateLazy<'a>
fn decode(cursor: &DecodeCursor<'a>) -> DecodeResult<Self>
Source§impl<'a> Encode for StreamInitStateLazy<'a>
impl<'a> Encode for StreamInitStateLazy<'a>
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
Source§impl<'a> Lazy<'a> for StreamInitStateLazy<'a>
impl<'a> Lazy<'a> for StreamInitStateLazy<'a>
type Owned = StreamInitState
Source§impl<'a> PartialEq for StreamInitStateLazy<'a>
impl<'a> PartialEq for StreamInitStateLazy<'a>
Source§impl<'a> TryFrom<StreamInitStateLazy<'a>> for StreamInitState
impl<'a> TryFrom<StreamInitStateLazy<'a>> for StreamInitState
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
impl<'a> Compatible<StreamInitState> for StreamInitStateLazy<'a>
impl<'a> Compatible<StreamInitStateLazy<'a>> for StreamInitState
impl<'a> Compatible<StreamInitStateLazy<'a>> for StreamInitStateLazy<'a>
impl<'a> Copy for StreamInitStateLazy<'a>
Auto Trait Implementations§
impl<'a> Freeze for StreamInitStateLazy<'a>
impl<'a> RefUnwindSafe for StreamInitStateLazy<'a>
impl<'a> Send for StreamInitStateLazy<'a>
impl<'a> Sync for StreamInitStateLazy<'a>
impl<'a> Unpin for StreamInitStateLazy<'a>
impl<'a> UnwindSafe for StreamInitStateLazy<'a>
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