pub struct MockBeacon { /* private fields */ }
Implementationsยง
Trait Implementationsยง
Sourceยงimpl BeaconReader for MockBeacon
impl BeaconReader for MockBeacon
Sourceยงimpl Clone for MockBeacon
impl Clone for MockBeacon
Sourceยงfn clone(&self) -> MockBeacon
fn clone(&self) -> MockBeacon
Returns a copy 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 MockBeacon
impl RefUnwindSafe for MockBeacon
impl Send for MockBeacon
impl Sync for MockBeacon
impl Unpin for MockBeacon
impl UnwindSafe for MockBeacon
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