pub enum CustomResourceType {
Document,
Xhr,
Fetch,
Beacon,
Css,
Js,
Image,
Font,
Media,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for CustomResourceType
impl Clone for CustomResourceType
Source§fn clone(&self) -> CustomResourceType
fn clone(&self) -> CustomResourceType
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 CustomResourceType
Source§impl Debug for CustomResourceType
impl Debug for CustomResourceType
impl Eq for CustomResourceType
Source§impl PartialEq for CustomResourceType
impl PartialEq for CustomResourceType
Source§fn eq(&self, other: &CustomResourceType) -> bool
fn eq(&self, other: &CustomResourceType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CustomResourceType
Auto Trait Implementations§
impl Freeze for CustomResourceType
impl RefUnwindSafe for CustomResourceType
impl Send for CustomResourceType
impl Sync for CustomResourceType
impl Unpin for CustomResourceType
impl UnsafeUnpin for CustomResourceType
impl UnwindSafe for CustomResourceType
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