Enum kvs::ServerResponse
source · [−]Expand description
Type to mark success or failure of command invokation
Variants
Success
Fields
output: String
Failure
Fields
message: String
Implementations
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