pub struct BeingManagedChannel {
pub chan: i64,
}Expand description
A reference to the user that’s currently managing a channel.
Fields§
§chan: i64User unique ID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeingManagedChannel
impl RefUnwindSafe for BeingManagedChannel
impl Send for BeingManagedChannel
impl Sync for BeingManagedChannel
impl Unpin for BeingManagedChannel
impl UnsafeUnpin for BeingManagedChannel
impl UnwindSafe for BeingManagedChannel
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