pub struct TransportFailure {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for TransportFailure
impl Clone for TransportFailure
Source§fn clone(&self) -> TransportFailure
fn clone(&self) -> TransportFailure
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 moreAuto Trait Implementations§
impl Freeze for TransportFailure
impl RefUnwindSafe for TransportFailure
impl Send for TransportFailure
impl Sync for TransportFailure
impl Unpin for TransportFailure
impl UnsafeUnpin for TransportFailure
impl UnwindSafe for TransportFailure
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