#[non_exhaustive]pub enum ApprovedReadOnlyPostQuery {
HetznerRobotTraffic,
}Expand description
Closed registry of reviewed read-only queries carried by POST.
A variant is only an approval selector. Construction still validates every bound identity and wire property owned by that entry.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
HetznerRobotTraffic
Hetzner Robot’s source-locked POST /traffic query.
Trait Implementations§
Source§impl Clone for ApprovedReadOnlyPostQuery
impl Clone for ApprovedReadOnlyPostQuery
Source§fn clone(&self) -> ApprovedReadOnlyPostQuery
fn clone(&self) -> ApprovedReadOnlyPostQuery
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 ApprovedReadOnlyPostQuery
Source§impl Debug for ApprovedReadOnlyPostQuery
impl Debug for ApprovedReadOnlyPostQuery
impl Eq for ApprovedReadOnlyPostQuery
impl StructuralPartialEq for ApprovedReadOnlyPostQuery
Auto Trait Implementations§
impl Freeze for ApprovedReadOnlyPostQuery
impl RefUnwindSafe for ApprovedReadOnlyPostQuery
impl Send for ApprovedReadOnlyPostQuery
impl Sync for ApprovedReadOnlyPostQuery
impl Unpin for ApprovedReadOnlyPostQuery
impl UnsafeUnpin for ApprovedReadOnlyPostQuery
impl UnwindSafe for ApprovedReadOnlyPostQuery
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