pub struct ConnIpBackendReject { /* private fields */ }Implementations§
Source§impl ConnIpBackendReject
impl ConnIpBackendReject
pub const fn result_code(self) -> i32
Trait Implementations§
Source§impl Clone for ConnIpBackendReject
impl Clone for ConnIpBackendReject
Source§fn clone(&self) -> ConnIpBackendReject
fn clone(&self) -> ConnIpBackendReject
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 ConnIpBackendReject
Source§impl Debug for ConnIpBackendReject
impl Debug for ConnIpBackendReject
impl Eq for ConnIpBackendReject
Source§impl PartialEq for ConnIpBackendReject
impl PartialEq for ConnIpBackendReject
Source§fn eq(&self, other: &ConnIpBackendReject) -> bool
fn eq(&self, other: &ConnIpBackendReject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnIpBackendReject
Auto Trait Implementations§
impl Freeze for ConnIpBackendReject
impl RefUnwindSafe for ConnIpBackendReject
impl Send for ConnIpBackendReject
impl Sync for ConnIpBackendReject
impl Unpin for ConnIpBackendReject
impl UnsafeUnpin for ConnIpBackendReject
impl UnwindSafe for ConnIpBackendReject
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.