pub enum ResourcePackState {
SuccessfullyLoaded,
Declined,
FailedDownload,
Accepted,
Downloaded,
InvalidUrl,
FailedToReload,
Discarded,
}Expand description
Состояние ресурс пака
Variants§
Trait Implementations§
Source§impl Buffer for ResourcePackState
impl Buffer for ResourcePackState
Source§impl Clone for ResourcePackState
impl Clone for ResourcePackState
Source§fn clone(&self) -> ResourcePackState
fn clone(&self) -> ResourcePackState
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 moreSource§impl Debug for ResourcePackState
impl Debug for ResourcePackState
Source§impl PartialEq for ResourcePackState
impl PartialEq for ResourcePackState
Source§fn eq(&self, other: &ResourcePackState) -> bool
fn eq(&self, other: &ResourcePackState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ResourcePackState
impl StructuralPartialEq for ResourcePackState
Auto Trait Implementations§
impl Freeze for ResourcePackState
impl RefUnwindSafe for ResourcePackState
impl Send for ResourcePackState
impl Sync for ResourcePackState
impl Unpin for ResourcePackState
impl UnsafeUnpin for ResourcePackState
impl UnwindSafe for ResourcePackState
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