pub enum ConfigurePreconfiguredDestinationError {
HoldIdentity(HoldIdentityError),
Register(RegisterDestinationError),
RegisterRequestHandler(TablePushError),
SeedRequester(RequestHandlerError),
ServesEmptyEndpointSet,
}Variants§
HoldIdentity(HoldIdentityError)
Register(RegisterDestinationError)
RegisterRequestHandler(TablePushError)
SeedRequester(RequestHandlerError)
ServesEmptyEndpointSet
Trait Implementations§
Source§impl Clone for ConfigurePreconfiguredDestinationError
impl Clone for ConfigurePreconfiguredDestinationError
Source§fn clone(&self) -> ConfigurePreconfiguredDestinationError
fn clone(&self) -> ConfigurePreconfiguredDestinationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConfigurePreconfiguredDestinationError
impl Eq for ConfigurePreconfiguredDestinationError
impl StructuralPartialEq for ConfigurePreconfiguredDestinationError
Auto Trait Implementations§
impl Freeze for ConfigurePreconfiguredDestinationError
impl RefUnwindSafe for ConfigurePreconfiguredDestinationError
impl Send for ConfigurePreconfiguredDestinationError
impl Sync for ConfigurePreconfiguredDestinationError
impl Unpin for ConfigurePreconfiguredDestinationError
impl UnsafeUnpin for ConfigurePreconfiguredDestinationError
impl UnwindSafe for ConfigurePreconfiguredDestinationError
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