Struct disarray_network::contexts::handlers::BaseHandle
source · pub struct BaseHandle {}
Auto Trait Implementations
impl RefUnwindSafe for BaseHandle
impl Send for BaseHandle
impl Sync for BaseHandle
impl Unpin for BaseHandle
impl UnwindSafe for BaseHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more