pub enum ServiceSideInputKind {
Image,
File,
}Variants§
Trait Implementations§
Source§impl Clone for ServiceSideInputKind
impl Clone for ServiceSideInputKind
Source§fn clone(&self) -> ServiceSideInputKind
fn clone(&self) -> ServiceSideInputKind
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 ServiceSideInputKind
Source§impl Debug for ServiceSideInputKind
impl Debug for ServiceSideInputKind
impl Eq for ServiceSideInputKind
Source§impl Ord for ServiceSideInputKind
impl Ord for ServiceSideInputKind
Source§fn cmp(&self, other: &ServiceSideInputKind) -> Ordering
fn cmp(&self, other: &ServiceSideInputKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ServiceSideInputKind
impl PartialEq for ServiceSideInputKind
Source§impl PartialOrd for ServiceSideInputKind
impl PartialOrd for ServiceSideInputKind
impl StructuralPartialEq for ServiceSideInputKind
Auto Trait Implementations§
impl Freeze for ServiceSideInputKind
impl RefUnwindSafe for ServiceSideInputKind
impl Send for ServiceSideInputKind
impl Sync for ServiceSideInputKind
impl Unpin for ServiceSideInputKind
impl UnsafeUnpin for ServiceSideInputKind
impl UnwindSafe for ServiceSideInputKind
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