pub struct UploadsInFlight {
pub uploading: u32,
pub error: u32,
}Expand description
当前编辑器内进行中的上传计数(来自 onUploadEvent 的 counts 快照)。
Fields§
§uploading: u32§error: u32Trait Implementations§
Source§impl Clone for UploadsInFlight
impl Clone for UploadsInFlight
Source§fn clone(&self) -> UploadsInFlight
fn clone(&self) -> UploadsInFlight
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 Default for UploadsInFlight
impl Default for UploadsInFlight
Source§fn default() -> UploadsInFlight
fn default() -> UploadsInFlight
Returns the “default value” for a type. Read more
impl Copy for UploadsInFlight
Auto Trait Implementations§
impl Freeze for UploadsInFlight
impl RefUnwindSafe for UploadsInFlight
impl Send for UploadsInFlight
impl Sync for UploadsInFlight
impl Unpin for UploadsInFlight
impl UnsafeUnpin for UploadsInFlight
impl UnwindSafe for UploadsInFlight
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.