Enum kvs::ServerResponse
source · [−]Expand description
Type to mark success or failure of command invokation
Variants
Success
Fields
output: StringFailure
Fields
message: StringImplementations
sourceimpl ServerResponse
impl ServerResponse
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerResponse
impl Send for ServerResponse
impl Sync for ServerResponse
impl Unpin for ServerResponse
impl UnwindSafe for ServerResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more