pub enum EndpointCallKind {
Query,
QueryComposite,
Update,
}Expand description
EndpointCallKind
Variants§
Trait Implementations§
Source§impl Clone for EndpointCallKind
impl Clone for EndpointCallKind
Source§fn clone(&self) -> EndpointCallKind
fn clone(&self) -> EndpointCallKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EndpointCallKind
impl Debug for EndpointCallKind
Source§impl Hash for EndpointCallKind
impl Hash for EndpointCallKind
Source§impl PartialEq for EndpointCallKind
impl PartialEq for EndpointCallKind
impl Copy for EndpointCallKind
impl Eq for EndpointCallKind
impl StructuralPartialEq for EndpointCallKind
Auto Trait Implementations§
impl Freeze for EndpointCallKind
impl RefUnwindSafe for EndpointCallKind
impl Send for EndpointCallKind
impl Sync for EndpointCallKind
impl Unpin for EndpointCallKind
impl UnwindSafe for EndpointCallKind
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