pub struct ImportFileResponse(pub ImportProgress);
Available on crate feature
rpc
only.Expand description
Wrapper around ImportProgress
.
Tuple Fields§
§0: ImportProgress
Trait Implementations§
Source§impl Debug for ImportFileResponse
impl Debug for ImportFileResponse
Source§impl<'de> Deserialize<'de> for ImportFileResponse
impl<'de> Deserialize<'de> for ImportFileResponse
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 From<ImportFileResponse> for ImportProgress
impl From<ImportFileResponse> for ImportProgress
Source§fn from(value: ImportFileResponse) -> Self
fn from(value: ImportFileResponse) -> Self
Converts to this type from the input type.
Source§impl From<ImportFileResponse> for Response
impl From<ImportFileResponse> for Response
Source§fn from(value: ImportFileResponse) -> Self
fn from(value: ImportFileResponse) -> Self
Converts to this type from the input type.
Source§impl Serialize for ImportFileResponse
impl Serialize for ImportFileResponse
Source§impl<'a> TryFrom<&'a Response> for &'a ImportFileResponse
impl<'a> TryFrom<&'a Response> for &'a ImportFileResponse
Auto Trait Implementations§
impl !Freeze for ImportFileResponse
impl RefUnwindSafe for ImportFileResponse
impl Send for ImportFileResponse
impl Sync for ImportFileResponse
impl Unpin for ImportFileResponse
impl UnwindSafe for ImportFileResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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