pub enum UsageType {
Data,
Feedback,
ImplicitFeedback,
}Expand description
Endpoint usage type.
Variants§
Trait Implementations§
Source§impl Ord for UsageType
impl Ord for UsageType
Source§impl PartialOrd for UsageType
impl PartialOrd for UsageType
impl Copy for UsageType
impl Eq for UsageType
impl StructuralPartialEq for UsageType
Auto Trait Implementations§
impl Freeze for UsageType
impl RefUnwindSafe for UsageType
impl Send for UsageType
impl Sync for UsageType
impl Unpin for UsageType
impl UnsafeUnpin for UsageType
impl UnwindSafe for UsageType
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