pub struct Bulk {}Expand description
Marker for a bulk endpoint channel.
Trait Implementations§
Source§impl Type for Bulk
impl Type for Bulk
Source§fn ep_type() -> EndpointType
fn ep_type() -> EndpointType
Returns the
EndpointType this marker represents.Auto Trait Implementations§
impl Freeze for Bulk
impl RefUnwindSafe for Bulk
impl Send for Bulk
impl Sync for Bulk
impl Unpin for Bulk
impl UnwindSafe for Bulk
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