pub enum DownloadBehavior {
Deny,
Allow,
Default,
}Expand description
Download behavior.
Variants§
Trait Implementations§
Source§impl Clone for DownloadBehavior
impl Clone for DownloadBehavior
Source§fn clone(&self) -> DownloadBehavior
fn clone(&self) -> DownloadBehavior
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DownloadBehavior
impl Debug for DownloadBehavior
Source§impl PartialEq for DownloadBehavior
impl PartialEq for DownloadBehavior
Source§impl Serialize for DownloadBehavior
impl Serialize for DownloadBehavior
impl Copy for DownloadBehavior
impl Eq for DownloadBehavior
impl StructuralPartialEq for DownloadBehavior
Auto Trait Implementations§
impl Freeze for DownloadBehavior
impl RefUnwindSafe for DownloadBehavior
impl Send for DownloadBehavior
impl Sync for DownloadBehavior
impl Unpin for DownloadBehavior
impl UnwindSafe for DownloadBehavior
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