pub struct FakeServiceHandle {
pub uuid: Uuid,
pub is_primary: bool,
pub fake_service: FakePeerService,
}
Fields§
§uuid: Uuid
§is_primary: bool
§fake_service: FakePeerService
Trait Implementations§
Source§impl Clone for FakeServiceHandle
impl Clone for FakeServiceHandle
Source§fn clone(&self) -> FakeServiceHandle
fn clone(&self) -> FakeServiceHandle
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 moreAuto Trait Implementations§
impl Freeze for FakeServiceHandle
impl !RefUnwindSafe for FakeServiceHandle
impl Send for FakeServiceHandle
impl Sync for FakeServiceHandle
impl Unpin for FakeServiceHandle
impl !UnwindSafe for FakeServiceHandle
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