Struct tl_proto::OwnedRawBytes
source · [−]pub struct OwnedRawBytes<R>(_, _);Implementations
sourceimpl<R> OwnedRawBytes<R>
impl<R> OwnedRawBytes<R>
Trait Implementations
sourceimpl<R> AsRef<[u8]> for OwnedRawBytes<R>
impl<R> AsRef<[u8]> for OwnedRawBytes<R>
sourceimpl<R> Clone for OwnedRawBytes<R>
impl<R> Clone for OwnedRawBytes<R>
sourceimpl<R> Debug for OwnedRawBytes<R>
impl<R> Debug for OwnedRawBytes<R>
sourceimpl<R> PartialEq<OwnedRawBytes<R>> for OwnedRawBytes<R>
impl<R> PartialEq<OwnedRawBytes<R>> for OwnedRawBytes<R>
sourceimpl<R: Repr> TlRead<'_> for OwnedRawBytes<R>
impl<R: Repr> TlRead<'_> for OwnedRawBytes<R>
sourceimpl<R: Repr> TlWrite for OwnedRawBytes<R>
impl<R: Repr> TlWrite for OwnedRawBytes<R>
impl<R> Eq for OwnedRawBytes<R>
Auto Trait Implementations
impl<R> RefUnwindSafe for OwnedRawBytes<R>where
R: RefUnwindSafe,
impl<R> Send for OwnedRawBytes<R>where
R: Send,
impl<R> Sync for OwnedRawBytes<R>where
R: Sync,
impl<R> Unpin for OwnedRawBytes<R>where
R: Unpin,
impl<R> UnwindSafe for OwnedRawBytes<R>where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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