Struct Ccb
pub struct Ccb { /* private fields */ }Expand description
Coupling and chaining bridge
Implementations§
Trait Implementations§
impl Copy for Ccb
impl Eq for Ccb
impl Send for Ccb
impl StructuralPartialEq for Ccb
impl Sync for Ccb
Auto Trait Implementations§
impl Freeze for Ccb
impl RefUnwindSafe for Ccb
impl Unpin for Ccb
impl UnsafeUnpin for Ccb
impl UnwindSafe for Ccb
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