pub struct RemoteEntity(/* private fields */);Implementations§
Source§impl RemoteEntity
impl RemoteEntity
Trait Implementations§
Source§impl Clone for RemoteEntity
impl Clone for RemoteEntity
Source§fn clone(&self) -> RemoteEntity
fn clone(&self) -> RemoteEntity
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 RemoteEntity
impl Debug for RemoteEntity
Source§impl Hash for RemoteEntity
impl Hash for RemoteEntity
Source§impl PartialEq for RemoteEntity
impl PartialEq for RemoteEntity
impl Copy for RemoteEntity
impl Eq for RemoteEntity
impl StructuralPartialEq for RemoteEntity
Auto Trait Implementations§
impl Freeze for RemoteEntity
impl RefUnwindSafe for RemoteEntity
impl Send for RemoteEntity
impl Sync for RemoteEntity
impl Unpin for RemoteEntity
impl UnwindSafe for RemoteEntity
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