pub enum WriteTunnelSynthesizeError {
NoTransportId,
TransportIdentityVanished,
BufferTooShort,
}Variants§
Trait Implementations§
Source§impl Clone for WriteTunnelSynthesizeError
impl Clone for WriteTunnelSynthesizeError
Source§fn clone(&self) -> WriteTunnelSynthesizeError
fn clone(&self) -> WriteTunnelSynthesizeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WriteTunnelSynthesizeError
Source§impl Debug for WriteTunnelSynthesizeError
impl Debug for WriteTunnelSynthesizeError
impl Eq for WriteTunnelSynthesizeError
impl StructuralPartialEq for WriteTunnelSynthesizeError
Auto Trait Implementations§
impl Freeze for WriteTunnelSynthesizeError
impl RefUnwindSafe for WriteTunnelSynthesizeError
impl Send for WriteTunnelSynthesizeError
impl Sync for WriteTunnelSynthesizeError
impl Unpin for WriteTunnelSynthesizeError
impl UnsafeUnpin for WriteTunnelSynthesizeError
impl UnwindSafe for WriteTunnelSynthesizeError
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