pub enum Bmap {}Trait Implementations§
Source§impl<'o> Operation<'o> for Bmap
impl<'o> Operation<'o> for Bmap
type RequestBody = &'o BmapIn
type ReplyState = ()
Source§impl<'o> ReplyBlock<'o> for Bmap
impl<'o> ReplyBlock<'o> for Bmap
Auto Trait Implementations§
impl Freeze for Bmap
impl RefUnwindSafe for Bmap
impl Send for Bmap
impl Sync for Bmap
impl Unpin for Bmap
impl UnwindSafe for Bmap
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