pub struct NetworkMapSnapshot;
Trait Implementations§
Source§impl<'r> Rpc<'r> for NetworkMapSnapshot
impl<'r> Rpc<'r> for NetworkMapSnapshot
Auto Trait Implementations§
impl Freeze for NetworkMapSnapshot
impl RefUnwindSafe for NetworkMapSnapshot
impl Send for NetworkMapSnapshot
impl Sync for NetworkMapSnapshot
impl Unpin for NetworkMapSnapshot
impl UnwindSafe for NetworkMapSnapshot
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