#[repr(i32)]pub enum EPublishedFileStorageSystem {
Invalid = 0,
LegacyCloud = 1,
Depot = 2,
UGCCloud = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EPublishedFileStorageSystem
impl Clone for EPublishedFileStorageSystem
Source§fn clone(&self) -> EPublishedFileStorageSystem
fn clone(&self) -> EPublishedFileStorageSystem
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 EPublishedFileStorageSystem
impl Debug for EPublishedFileStorageSystem
Source§impl Hash for EPublishedFileStorageSystem
impl Hash for EPublishedFileStorageSystem
impl Copy for EPublishedFileStorageSystem
impl Eq for EPublishedFileStorageSystem
impl StructuralPartialEq for EPublishedFileStorageSystem
Auto Trait Implementations§
impl Freeze for EPublishedFileStorageSystem
impl RefUnwindSafe for EPublishedFileStorageSystem
impl Send for EPublishedFileStorageSystem
impl Sync for EPublishedFileStorageSystem
impl Unpin for EPublishedFileStorageSystem
impl UnsafeUnpin for EPublishedFileStorageSystem
impl UnwindSafe for EPublishedFileStorageSystem
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