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