pub enum UploadLayerPolicyRole {
Featured,
Thumbnail,
DegradedThumbnail,
}Variants§
Trait Implementations§
Source§impl Clone for UploadLayerPolicyRole
impl Clone for UploadLayerPolicyRole
Source§fn clone(&self) -> UploadLayerPolicyRole
fn clone(&self) -> UploadLayerPolicyRole
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 UploadLayerPolicyRole
impl Debug for UploadLayerPolicyRole
Source§impl<'de> Deserialize<'de> for UploadLayerPolicyRole
impl<'de> Deserialize<'de> for UploadLayerPolicyRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UploadLayerPolicyRole
impl PartialEq for UploadLayerPolicyRole
Source§impl Serialize for UploadLayerPolicyRole
impl Serialize for UploadLayerPolicyRole
impl Copy for UploadLayerPolicyRole
impl Eq for UploadLayerPolicyRole
impl StructuralPartialEq for UploadLayerPolicyRole
Auto Trait Implementations§
impl Freeze for UploadLayerPolicyRole
impl RefUnwindSafe for UploadLayerPolicyRole
impl Send for UploadLayerPolicyRole
impl Sync for UploadLayerPolicyRole
impl Unpin for UploadLayerPolicyRole
impl UnsafeUnpin for UploadLayerPolicyRole
impl UnwindSafe for UploadLayerPolicyRole
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