pub struct RemoteData { /* private fields */ }
Trait Implementations§
Source§impl Clone for RemoteData
impl Clone for RemoteData
Source§fn clone(&self) -> RemoteData
fn clone(&self) -> RemoteData
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 RemoteData
impl Debug for RemoteData
Source§impl<'b> From<Remote<'b>> for RemoteData
impl<'b> From<Remote<'b>> for RemoteData
Source§impl From<RemoteData> for Value
impl From<RemoteData> for Value
Source§fn from(s: RemoteData) -> Value
fn from(s: RemoteData) -> Value
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RemoteData
impl RefUnwindSafe for RemoteData
impl Send for RemoteData
impl Sync for RemoteData
impl Unpin for RemoteData
impl UnwindSafe for RemoteData
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