pub struct SimpleNetwork;Methods from Deref<Target = Guid>§
Trait Implementations§
Source§impl Deref for SimpleNetwork
impl Deref for SimpleNetwork
Auto Trait Implementations§
impl Freeze for SimpleNetwork
impl RefUnwindSafe for SimpleNetwork
impl Send for SimpleNetwork
impl Sync for SimpleNetwork
impl Unpin for SimpleNetwork
impl UnwindSafe for SimpleNetwork
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