pub enum NetworkPlaces {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkPlaces
impl RefUnwindSafe for NetworkPlaces
impl Send for NetworkPlaces
impl Sync for NetworkPlaces
impl Unpin for NetworkPlaces
impl UnwindSafe for NetworkPlaces
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