Struct bincode::config::WithOtherIntEncoding [−][src]
A configuration struct with a user-specified length encoding
Auto Trait Implementations
impl<O, I> RefUnwindSafe for WithOtherIntEncoding<O, I> where
I: RefUnwindSafe,
O: RefUnwindSafe,
I: RefUnwindSafe,
O: RefUnwindSafe,
impl<O, I> Send for WithOtherIntEncoding<O, I> where
I: Send,
O: Send,
I: Send,
O: Send,
impl<O, I> Sync for WithOtherIntEncoding<O, I> where
I: Sync,
O: Sync,
I: Sync,
O: Sync,
impl<O, I> Unpin for WithOtherIntEncoding<O, I> where
I: Unpin,
O: Unpin,
I: Unpin,
O: Unpin,
impl<O, I> UnwindSafe for WithOtherIntEncoding<O, I> where
I: UnwindSafe,
O: UnwindSafe,
I: UnwindSafe,
O: UnwindSafe,
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Options for T where
T: InternalOptions,
[src][+]
T: InternalOptions,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,