pub enum URLParameter {
AccountId,
BlobId,
Name,
Type,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for URLParameter
impl RefUnwindSafe for URLParameter
impl Send for URLParameter
impl Sync for URLParameter
impl Unpin for URLParameter
impl UnwindSafe for URLParameter
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