pub struct Connect(/* private fields */);Expand description
The standard:connect struct containing a version and callback
within StandardFunction field
Trait Implementations§
impl Eq for Connect
Source§impl Ord for Connect
impl Ord for Connect
1.21.0 (const: unstable) · 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 PartialOrd for Connect
impl PartialOrd for Connect
impl StructuralPartialEq for Connect
Auto Trait Implementations§
impl !Send for Connect
impl !Sync for Connect
impl Freeze for Connect
impl RefUnwindSafe for Connect
impl Unpin for Connect
impl UnsafeUnpin for Connect
impl UnwindSafe for Connect
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