pub enum MbusApiResponse {
OK(String),
NotFound(String),
}
Variants§
Trait Implementations§
Source§impl Debug for MbusApiResponse
impl Debug for MbusApiResponse
Source§impl PartialEq for MbusApiResponse
impl PartialEq for MbusApiResponse
impl StructuralPartialEq for MbusApiResponse
Auto Trait Implementations§
impl Freeze for MbusApiResponse
impl RefUnwindSafe for MbusApiResponse
impl Send for MbusApiResponse
impl Sync for MbusApiResponse
impl Unpin for MbusApiResponse
impl UnwindSafe for MbusApiResponse
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