pub struct Disconnect(/* private fields */);
Expand description
standard:disconnect
struct containing the version
and callback
in the field StandardFunction
Trait Implementations§
Source§impl Clone for Disconnect
impl Clone for Disconnect
Source§fn clone(&self) -> Disconnect
fn clone(&self) -> Disconnect
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 Disconnect
impl Debug for Disconnect
Source§impl Default for Disconnect
impl Default for Disconnect
Source§fn default() -> Disconnect
fn default() -> Disconnect
Returns the “default value” for a type. Read more
Source§impl Hash for Disconnect
impl Hash for Disconnect
Source§impl Ord for Disconnect
impl Ord for Disconnect
Source§fn cmp(&self, other: &Disconnect) -> Ordering
fn cmp(&self, other: &Disconnect) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Disconnect
impl PartialEq for Disconnect
Source§impl PartialOrd for Disconnect
impl PartialOrd for Disconnect
impl Eq for Disconnect
impl StructuralPartialEq for Disconnect
Auto Trait Implementations§
impl Freeze for Disconnect
impl RefUnwindSafe for Disconnect
impl !Send for Disconnect
impl !Sync for Disconnect
impl Unpin for Disconnect
impl UnwindSafe for Disconnect
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