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