#[repr(C)]pub struct xmpp_stream_error_t {
pub type_: xmpp_error_type_t,
pub text: *mut c_char,
pub stanza: *mut xmpp_stanza_t,
}Fields§
§type_: xmpp_error_type_t§text: *mut c_char§stanza: *mut xmpp_stanza_tTrait Implementations§
Source§impl Clone for xmpp_stream_error_t
impl Clone for xmpp_stream_error_t
Source§fn clone(&self) -> xmpp_stream_error_t
fn clone(&self) -> xmpp_stream_error_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for xmpp_stream_error_t
impl Debug for xmpp_stream_error_t
impl Copy for xmpp_stream_error_t
Auto Trait Implementations§
impl Freeze for xmpp_stream_error_t
impl RefUnwindSafe for xmpp_stream_error_t
impl !Send for xmpp_stream_error_t
impl !Sync for xmpp_stream_error_t
impl Unpin for xmpp_stream_error_t
impl UnwindSafe for xmpp_stream_error_t
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