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