pub enum UpdateServersResult {
Updated(ServerList),
NoChange,
InvalidsServers,
}
Expand description
The result of updating a ServerConfigState
.
Variants§
Updated(ServerList)
Server list was updated to the provided value.
NoChange
No change was applied to the server list.
InvalidsServers
Invalid servers provided.
Trait Implementations§
Source§impl Debug for UpdateServersResult
impl Debug for UpdateServersResult
Source§impl PartialEq for UpdateServersResult
impl PartialEq for UpdateServersResult
impl Eq for UpdateServersResult
impl StructuralPartialEq for UpdateServersResult
Auto Trait Implementations§
impl Freeze for UpdateServersResult
impl RefUnwindSafe for UpdateServersResult
impl Send for UpdateServersResult
impl Sync for UpdateServersResult
impl Unpin for UpdateServersResult
impl UnwindSafe for UpdateServersResult
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
type Error = <U as TryFromExt<T>>::Error
§fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
Tries to perform the conversion.