pub struct FromBackend { /* private fields */ }Expand description
FromBackend is a marker type to indicate that the response is from backend.
Implementations§
Trait Implementations§
Source§impl Clone for FromBackend
impl Clone for FromBackend
Source§fn clone(&self) -> FromBackend
fn clone(&self) -> FromBackend
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 FromBackend
impl Debug for FromBackend
impl Copy for FromBackend
Auto Trait Implementations§
impl Freeze for FromBackend
impl RefUnwindSafe for FromBackend
impl Send for FromBackend
impl Sync for FromBackend
impl Unpin for FromBackend
impl UnwindSafe for FromBackend
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