[−][src]Enum rmp_serde::decode::Reference
Variants
Borrowed(&'b T)
Copied(&'c T)
Trait Implementations
impl<'b, 'c, T: Clone + ?Sized + 'static> Clone for Reference<'b, 'c, T>
[src]
impl<'b, 'c, T: Copy + ?Sized + 'static> Copy for Reference<'b, 'c, T>
[src]
impl<'b, 'c, T: Debug + ?Sized + 'static> Debug for Reference<'b, 'c, T>
[src]
impl<'b, 'c, T: PartialEq + ?Sized + 'static> PartialEq<Reference<'b, 'c, T>> for Reference<'b, 'c, T>
[src]
fn eq(&self, other: &Reference<'b, 'c, T>) -> bool
[src]
fn ne(&self, other: &Reference<'b, 'c, T>) -> bool
[src]
impl<'b, 'c, T: ?Sized + 'static> StructuralPartialEq for Reference<'b, 'c, T>
[src]
Auto Trait Implementations
impl<'b, 'c, T: ?Sized> RefUnwindSafe for Reference<'b, 'c, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'b, 'c, T: ?Sized> Send for Reference<'b, 'c, T> where
T: Sync,
T: Sync,
impl<'b, 'c, T: ?Sized> Sync for Reference<'b, 'c, T> where
T: Sync,
T: Sync,
impl<'b, 'c, T: ?Sized> Unpin for Reference<'b, 'c, T>
impl<'b, 'c, T: ?Sized> UnwindSafe for Reference<'b, 'c, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> 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<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,