pub enum UtRoute {
PresignedUrl,
}Variants§
PresignedUrl
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UtRoute
impl RefUnwindSafe for UtRoute
impl Send for UtRoute
impl Sync for UtRoute
impl Unpin for UtRoute
impl UnwindSafe for UtRoute
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